app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.150 vs app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.151
- old
+ new
@@ -92,21 +92,29 @@
}
ul.inline li {
display: inline;
}
-/* R */
.border-red,
.red-border {
border: 1px solid red;
padding: 1em;
}
-/* T */
+
.addToggle + * {
display: none;
}
+.menu-secondary {}
+.menu-secondary li {
+ display: inline;
+}
+.menu-secondary li a {
+ padding: 1rem;
+ background: white;
+}
+
/**
* manager...
*/
.manager--main-header {
@@ -135,18 +143,20 @@
background: transparent;
}
nav.pagination
*/
+
/**
* reports
*/
.descr,
.description {
border: 1px solid red;
padding: 1em;
font-size: 1.6em;
}
+
/**
* ally, stock watches
*/
.price {
\ No newline at end of file