// fixs UI

This commit is contained in:
Kevin Granger
2013-10-29 17:32:57 +01:00
parent c7fe91a0a9
commit 5fa36abcaf
13 changed files with 74 additions and 91 deletions
File diff suppressed because one or more lines are too long
@@ -4,9 +4,6 @@
@import "admin-theme/_bootstrap-init"
@import "admin-theme/_font-awesome"
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:200,400,700)
html, body
min-height: 100%
height: 100%
@@ -7,7 +7,6 @@ $color-calendar-day: $color-bright
$color-calendar-outrange: #ccc
$color-calendar-day-selected: $color-calendar
$color-calendar-day-selected-compare: $color-calendar-compare
@@ -214,8 +213,12 @@ $color-calendar-range-compare: lighten($color-calendar-compare,10%)
&.old
color: $color-calendar-outrange
th
&.next, &.prev
width: 2em
&.next
text-align: right
padding: 0 10px 0 0
&.prev
text-align: left
padding: 0 0 0 10px
&.next, &.prev, &.month-switch
font-size: 1.3em
line-height: 2em
@@ -6,6 +6,17 @@
#header_shopname
@extend .navbar-brand
font: 300 1.3em/100% $headings-font-family
position: relative
padding: 0 0 0 45px
margin: 0 20px 0 0
height: 38px
line-height: 38px
img
position: absolute
top: 0
left: 0
width: 38px
height: 38px
#header_notifs_icon_wrapper
@extend .hidden-xs
@extend .nav
@@ -8,6 +8,7 @@
border: none
font-weight: normal
vertical-align: top
border-bottom: solid 1px darken(#CAE5F4,15%)
span.title_box
color: black
font-size: 1.1em
@@ -36,12 +37,6 @@
text-align: center
td.pointer
cursor: pointer
tr td:first-child, tr th:first-child
border-top-left-radius: 3px
border-bottom-left-radius: 3px
tr td:last-child,tr th:last-child
border-top-right-radius: 3px
border-bottom-right-radius: 3px
tr.filter
background-color: lighten(#CAE5F4,5%)
@@ -1,14 +1,5 @@
// //
// Variables
// --------------------------------------------------
// Global values
// --------------------------------------------------
// Grays
// -------------------------
// Font
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300|Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic,vietnamese);
$gray-darker: lighten(#000, 13.5%) ; //#222
$gray-dark: lighten(#000, 20%) ; //#333
@@ -20,7 +11,6 @@ $gray-lighter: lighten(#000, 93.5%) ; //#eee
// -------------------------
//$brand-primary: #EF1778 ; //moved to admin-theme sass
$brand-success: #5cb85c ;
$brand-warning: #f0ad4e ;
$brand-danger: #d9534f ;