app/assets/stylesheets/georgia/layout/_base.scss in georgia-0.7.8 vs app/assets/stylesheets/georgia/layout/_base.scss in georgia-0.8.0
- old
+ new
@@ -25,13 +25,32 @@
}
#dashboard #main {
margin-top: 60px;
}
+#sidebar {
+ position: fixed;
+ z-index: $z-sidebar;
+ top: $height-header;
+ bottom: 0;
+ width: $width-sidebar;
+ background-color: $bg-sidebar;
+ background-color: $bg-sidebar-rgba;
+ overflow-y: auto;
+ box-sizing: border-box;
+ border-right: 1px solid #e2e2e2;
+}
+
+.body-main {
+ padding-top: 20px;
+}
+.body-title {
+ margin-top: 0;
+}
+
a {
text-decoration: none;
- color: $font-link;
&:hover {
text-decoration: underline;
}
}
@@ -50,10 +69,11 @@
border: 0;
margin: 0 0 40px;
padding: 20px 0;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
+ &:first-child { padding-top: 0; }
}
label {
font-weight: bold;
display: inline-block;
@@ -84,9 +104,6 @@
th .current {
padding-right: 12px;
background-repeat: no-repeat;
background-position: right center;
-}
-
-th .asc {background-image: url('up_arrow.gif');}
-th .desc {background-image: url('down_arrow.gif');}
+}
\ No newline at end of file