Better styling
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#= require jquery
|
||||
#= require jquery_ujs
|
||||
#= require jquery-ui
|
||||
#= require foundation
|
||||
#= require tinymce-jquery
|
||||
#= require_directory .
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
@import ./foundation_and_overrides
|
||||
@import ./structure
|
||||
@import ./components/*
|
||||
@import ./locale
|
||||
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
@import bourbon
|
||||
|
||||
table.index-table
|
||||
width: 100%
|
||||
td.action
|
||||
width: 24px
|
||||
@@ -1,26 +0,0 @@
|
||||
@import bourbon
|
||||
#menu-container
|
||||
@include linear-gradient(#1e5799, #2989d8)
|
||||
clear: both
|
||||
padding: 10px
|
||||
ul
|
||||
margin: 0
|
||||
padding: 0
|
||||
list-style: none
|
||||
li
|
||||
float: left
|
||||
margin-right: 9px
|
||||
padding: 5px 4px
|
||||
background-color: white
|
||||
&.parent:hover> ul
|
||||
display: block
|
||||
.child-menu
|
||||
display: none
|
||||
position: absolute
|
||||
z-index: 10000
|
||||
margin-left: -5px
|
||||
margin-top: 4px
|
||||
li
|
||||
float: none
|
||||
&.ui-state-active .child-menu li.ui-state-default a
|
||||
color: #1C94C4
|
||||
@@ -8,8 +8,6 @@ table.index-table.table.table-striped.table-hover
|
||||
th= Page.human_attribute_name(:has_view)
|
||||
th= Page.human_attribute_name(:in_menu)
|
||||
th= Page.human_attribute_name(:position)
|
||||
th
|
||||
th
|
||||
tbody
|
||||
- Page.locales.each do |locale|
|
||||
= render 'nested_pages', pages: Page.full_tree(locale)
|
||||
|
||||
Reference in New Issue
Block a user