rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css in hobo-0.8.3 vs rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css in hobo-0.8.4
- old
+ new
@@ -10,12 +10,13 @@
*/
/* Cubicle Blue */
html, body {color: #193440; background: #193440;}
.page-header {color: white; background: #3F606E;}
.page-header .navigation.main-nav a {background: #5B8BA0;}
+.page-header .navigation.main-nav li.current a {background: #FCFFF4; color: #222;}
.page-header .navigation.main-nav a:hover {background: #193440;}
-.content {background: #FCFFF5;}
+.section.content {background: #FCFFF5;}
.button {color: white; background: #5B8BA0;}
.button:hover {background-color: #193440;}
.add-to-collection {background: #E6E7DE;}
.aside { background: #E5E5E5;}
@@ -71,13 +72,15 @@
.button {
padding: 6px 10px;
border: none;
width: auto;
font-size: 11px; font-weight: bold;
+ margin-top: 10px;
}
.button:hover {cursor: pointer;}
-.actions {height: 100%; overflow: hidden; font-size: 11px;}
+form .actions {height: 100%; overflow: hidden; font-size: 11px;}
+form .actions input { margin: 0; }
.flash {
margin: 0 40px 10px; padding: 10px 30px; border-width: 2px 0;
color: white;
}
@@ -101,18 +104,19 @@
.field-with-errors input, .field-with-errors textarea, .field-with-errors select {border: 2px solid #BC1C3D;}
#ajax-progress {
padding: 8px 20px 8px 40px;
border: 1px solid #444;
- color: #cfc; background: black url(../images/spinner.gif) no-repeat 10px 8px;
- font-size: 13px; font-weight: bold;
+ background: black url(../images/spinner.gif) no-repeat 10px 8px;
+
}
.article {margin: 20px 0; border-top: 1px dotted #ccc;}
-.field-list th {width: 120px;}
+.field-list th {width: 120px; white-space: nowrap;}
.field-list td {width: auto;}
+.field-list .input-help { color: #888;}
.content-header, .content-body, .content-footer {margin: 0 45px 15px; padding: 0;}
.content-header {padding: 5px 0;}
.content-body {padding: 15px 0;}
.content-footer {padding-bottom: 20px;}
@@ -182,11 +186,11 @@
.content-body .nav a {margin-right: 5px;}
.login-page, .forgot-password-page {width: 470px; margin-top: 40px;}
.login-page .content-header {padding-bottom: 0;}
.login-page .field-list {width: 370px;}
-.login-page .actions {text-align: left; margin: 10px 0 10px 160px;}
+.login-page form .actions {text-align: left; margin: 0; padding: 10px 0 10px 160px;}
.signup-page .field-list {width: 370px;}
.signup-page .content-body, .signup-page .content-header { margin-left: 120px; margin-right: 120px;}
.login-page .field-list td, .signup-page .field-list td {width: auto;}
.login-page .field-list th, .signup-page .field-list th {width: 150px !important; width: 150px;}
.login-page .content-header { position: relative; }
@@ -242,11 +246,11 @@
}
.card.content .creation-details .created-at {display: block;}
.card.content.with-owner .content {
float: right; width: 72%;
}
-ul.collection > li {clear: both; margin-left: 0; list-style: none;}
+ul.collection > li { margin-left: 0; list-style: none;}
.empty-collection-message {margin-top: 20px;}
.new-link {margin-top: 20px;}
.collection-section h3 {
@@ -309,16 +313,8 @@
ul.input-many > li { overflow:hidden; zoom:1;}
ul.input-many .input-many-item {float:left;}
ul.input-many div.buttons {float:left; margin-left:10px;}
-
-
-
-
-
-
-
-
-
-
+ul.check-many { list-style-type: none; margin-left: 0px;}
+ul.check-many li input { vertical-align: -20%;}