add some 1em margins just to avoid text against the left edge
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 19 Oct 2011 16:23:00 +0000 (12:23 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 19 Oct 2011 16:24:42 +0000 (12:24 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/css/skin/default/opac/style.css

index 2bf9022..7c703d6 100644 (file)
@@ -137,7 +137,7 @@ span.dash_divider {
 #header {
        color: #fff;
        padding-top: 26px;
-       margin: auto;
+       margin-left: 1em;
        font-size:11px;
 }
 
@@ -191,7 +191,7 @@ span.dash_divider {
 }
 
 #gold-links {
-       margin:auto;
+       margin-left: 1em;
        padding-left:0px;
 }
 
@@ -201,7 +201,7 @@ span.dash_divider {
 }
 
 #util-bar {
-       margin:auto;
+       margin-left: 1em;
        padding-left:0px;
        height:0px;
 }
@@ -240,7 +240,7 @@ span.dash_divider {
 }
 
 #search-wrapper #search-box {
-       margin:auto;
+       margin-left: 1em;
        padding-left: 0px;
 }
 
@@ -262,7 +262,7 @@ span.dash_divider {
 
 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
        height: 40px;
-       margin:auto;
+       margin-left: 1em;
 }
 
 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
@@ -320,6 +320,7 @@ span.dash_divider {
        font-weight:bold;
        color:#074079;
        padding: 5px 7px 6px 0px;
+    margin-left: 1em;
        border-bottom: 1px dotted #ccc;
 }
 
@@ -454,6 +455,7 @@ span.dash_divider {
 #hp-buttons {
        margin: auto;
        margin-top: 6px;
+    margin-left: 1em;
 }
 
 #hp-welcome {
@@ -478,7 +480,7 @@ span.dash_divider {
 }
 
 #hp-banner {
-       margin: auto;
+       margin-left: 1em;
        height: 213px;
 }
 
@@ -535,17 +537,17 @@ span.dash_divider {
 .content-wrapper-record-page { top: -15px; position: relative; }
 
 #main-content-home {
-       margin: auto;
        padding-left: 17px;
+    margin-left: 1em;
 }
 #main-content {
-       margin:auto;
        padding-left: 0px;
+    margin-left: 1em;
 }
 
 #main-content-after-bar {
        float: left;
-       margin: auto;
+       margin-left: 1em;
        padding-left: 4px;
 }
 
@@ -969,7 +971,7 @@ span.dash_divider {
 #footer {
        padding-top:5px;
        padding-bottom: 10px;
-       margin: auto;
+       margin-left: 1em;
        font-size: 11px;
 }