JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
refactored/cleaned up admin_pages.php/html
[wfpl-cms.git] / style.less
index ec55b52..52e4c8b 100644 (file)
@@ -79,6 +79,13 @@ footer {
                height: 1px;
        }
 }
+
+#admin_links {
+       background: #fdd;
+       padding: 3px;
+       margin-bottom: 15px;
+}
+
 .caption {
        margin-top: 15px;
        font-weight: bold;
@@ -107,29 +114,7 @@ div.error {
        background: #fdd;
 }
 
-/* hack so that vertical margins are only between siblings for the most part */
-td > :first-child,
-th > :first-child,
-legend + *,
-article > :first-child,
-section > :first-child,
-nav > :first-child,
-div > :first-child,
-.first {
-       margin-top: 0px;
-}
-td > :last-child,
-th > :last-child,
-fieldset > :last-child,
-article > :last-child,
-section > :last-child,
-nav > :last-child,
-div > :last-child,
-.last {
-       margin-bottom: 0px;
-}
-
-/************ FLOATING IMAGES (from CMS) **************/
+// floating images (from pastable example code on admin_images)
 span.wfpl_ifl {
        display: block;
        float: left;
@@ -155,3 +140,25 @@ div.wfpl_ic {
        background-repeat: no-repeat;
        background-position: center top;
 }
+
+// hack so that vertical margins are only between siblings for the most part
+td > :first-child,
+th > :first-child,
+legend + *,
+article > :first-child,
+section > :first-child,
+nav > :first-child,
+div > :first-child,
+.first {
+       margin-top: 0px;
+}
+td > :last-child,
+th > :last-child,
+fieldset > :last-child,
+article > :last-child,
+section > :last-child,
+nav > :last-child,
+div > :last-child,
+.last {
+       margin-bottom: 0px;
+}