summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-01-02 17:44:02 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-01-02 17:44:02 +0100
commit58250a20d77ae7ea9136cd46b33719a5a3774f84 (patch)
treeefc462aba28394833d171cc39ac02831a3e6fb93 /templates
parent3b687e04a16ff1eadd7c89dfc82b1e4d39dfe714 (diff)
downloadcataract-58250a20d77ae7ea9136cd46b33719a5a3774f84.tar.xz
Panel scalability design fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/styles.css31
1 files changed, 13 insertions, 18 deletions
diff --git a/templates/styles.css b/templates/styles.css
index abe6283..46ffde8 100644
--- a/templates/styles.css
+++ b/templates/styles.css
@@ -1,9 +1,5 @@
body {
- /*
- margin: 0px 50px 0px 50px;
- width: auto;
- */
- margin: 20px 0px 20px 0px;
+ margin: 0px;
font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", sans-serif;
font-size: 12px;
color: #EEEEEC;
@@ -32,12 +28,12 @@ div.navigation {
top: 0px;
background-color: #606466;
width: 100%;
- padding-top: 5px;
- padding-bottom: 5px;
- font-size: 13px;
- border-top: 10px solid #43484A;
- border-bottom: 1px dotted #80878A;
- height: 18px;
+ padding-top: 0.4em;
+ padding-bottom: 0.4em;
+ font-size: 1.1em;
+ border-top: 0.8em solid #43484A;
+ border-bottom: 0.1em dotted #80878A;
+ height: 1.4em;
overflow: hidden;
}
@@ -76,25 +72,24 @@ div.desc_text {
div.footer {
text-align: center;
- margin-top: 10px;
background-color: #4F5659;
width: 100%;
- padding: 3px;
- font-size: 11px;
+ padding: 0.2em;
+ font-size: 0.9em;
font-family: "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
color: #9A9C97;
- border-top: 1px dotted #7C8285;
+ border-top: 0.1em dotted #7C8285;
position: fixed;
bottom: 0px;
- height: 16px;
+ height: 1.5em;
overflow: hidden;
}
div.master_content {
overflow: auto;
position: absolute;
- top: 39px;
- bottom: 23px;
+ top: 3.4em;
+ bottom: 1.8em;
width: 100%;
}