app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.278 vs app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.279
- old
+ new
@@ -56,29 +56,12 @@
margin-bottom: 0;
}
}
-.flat-row {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-content: flex-start;
- height: 2.4em;
- line-height: 3em;
- width: 100%;
- margin: 1em 0 0 0;
- padding: 0;
-
- > * {
- padding-right: 1em;
- }
-}
-
-
/* A */
.addToggle + * {
display: none;
}
@@ -128,13 +111,32 @@
/* D */
/* E */
/* F */
+.flat-row {
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-content: flex-start;
+
+ height: 2.4em;
+ line-height: 3em;
+
+ width: 100%;
+ margin: 1em 0 0 0;
+ padding: 0;
+
+ > * {
+ padding-right: 1em;
+ }
+}
+
+
.flex-row {
display: flex;
- flex-wrap: wrap;
+ flex-wrap: wrap; /* @TODO: why does it wrap? in ish_manager/show , I'd prefer it didn't. */
}
.float-left {
float: left;
padding-right: 1em;
@@ -170,19 +172,11 @@
width: 100%;
}
/* M */
-.menu-secondary li {
- display: inline;
-}
-.menu-secondary li a {
- padding: 1rem;
- background: white;
-}
-
.manager--main-header {
background: url('/assets/bg/weather.png');
a {
background: white;
@@ -215,9 +209,19 @@
padding: 1em;
background: url('/assets/bg/weather.png');
border-bottom: 1px solid red;
}
+.menu-secondary li {
+ display: inline;
+}
+.menu-secondary li a {
+ padding: 1rem;
+ background: white;
+}
+.meta-edit {
+ display: inline;
+}
/* P */
.panel-content {
padding: .5em;
}