app/assets/stylesheets/kuhsaft/cms/application.css.sass in kuhsaft-1.1.1 vs app/assets/stylesheets/kuhsaft/cms/application.css.sass in kuhsaft-1.2.0
- old
+ new
@@ -13,10 +13,14 @@
@import bootstrap
@import compass/css3
// base styles
+body
+ // disable page skipping when changing tabs in page form
+ overflow: scroll
+
h1
margin-top: 1em
margin-bottom: 0.5em
font-size: 3.5em
@@ -107,10 +111,16 @@
.branch
border-bottom: 1px solid #ccc
padding: 0.35em 0
+.unpublished
+ background-color: #f1f1f1
+
+ a
+ color: #666
+
.branch-group
.branch-group
.branch-title
margin-left: 2em
@@ -119,7 +129,11 @@
margin-left: 4em
.branch-group
.branch-title
margin-left: 6em
+
+#flash
+ p
+ margin: 0
@import bootstrap-responsive