app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.46 vs app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.47
- old
+ new
@@ -13,10 +13,14 @@
*= require ish_manager/bootstrap
*= require ish_manager/materialize
*= require_self
*/
+
+/**
+ * utils
+ */
.bg-white {
background: url('/assets/bg/confectionary.png');
padding-bottom: 1em;
}
@@ -25,10 +29,15 @@
}
.center {
text-align: center;
}
+
+.inline {
+ display: inline-block;
+}
+
.notice {
border: 1px solid green;
padding: .8em;
}
.alert {
@@ -92,6 +101,13 @@
border: 1px solid yellow;
padding: 1em;
}
.descr .float-left {
padding-right: 1em;
-}
\ No newline at end of file
+}
+
+/**
+ * tags
+ */
+ul.tags ul.tags {
+ margin-left: 2em;
+}