diff --git a/public/styles/normal.css b/public/styles/normal.css index 80fcc4d..80c401d 100644 --- a/public/styles/normal.css +++ b/public/styles/normal.css @@ -11,6 +11,7 @@ body { padding-top: 40px; padding: 0em; font-family: verdana, helvetica, sans-serif; + background: #F7F7F7; } a { @@ -109,8 +110,14 @@ div.incident { margin-left: 2em; } +table{ + background:#fff; +} + table th, table td { text-align: center; + line-height: 10px; + vertical-align: middle; } th.service { @@ -123,7 +130,6 @@ th.service { } div.page-header{ -background:#f5f5f5; margin:10px -5px 20px; padding:10px 10px 0 10px; -moz-border-radius:5px 5px 0 0; @@ -136,7 +142,25 @@ border-bottom: 0px; margin: 0 0 0px; } -table th, table td { -line-height: 10px; -vertical-align: middle; + +#my-tab-content{ + background:#fff; + margin:-20px -5px 20px; + Padding-top:20px; + padding-left:20px; + -moz-border-radius:5px 5px 0 0; +-webkit-border-radius:5px; + border-left: 1px solid #DDD; + border-right: 1px solid #DDD; + border-bottom: 1px solid #DDD; + } + .rounded_content{ + background:#fff; + margin:0 -5px 20px; + Padding-top:20px; + padding-left:20px; + -moz-border-radius:5px 5px 0 0; +-webkit-border-radius:5px; + border: 1px solid #DDD; + } diff --git a/source/webui/templates/admin.tpl b/source/webui/templates/admin.tpl index 0999824..1f7e028 100644 --- a/source/webui/templates/admin.tpl +++ b/source/webui/templates/admin.tpl @@ -23,7 +23,7 @@
Click on a Service to edit its properties, or access any of the sites defined under it.
-| - - + + | {/foreach} @@ -71,20 +71,20 @@