summaryrefslogtreecommitdiff
path: root/site-media/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'site-media/css/style.css')
-rw-r--r--site-media/css/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/site-media/css/style.css b/site-media/css/style.css
index eda5777..ea5071c 100644
--- a/site-media/css/style.css
+++ b/site-media/css/style.css
@@ -1,6 +1,6 @@
html { height: 100%; margin: 0; padding: 0;}
-body { font: 61.8% "Trebuchet MS", sans-serif; width: 70%; height: 100%; margin:0;padding:0;}
-div#container { position: relative; height:auto !important; height:100%; min-height:100%; margin: 0 auto; margin-left: 50px;}
+body { font: 61.8% "Trebuchet MS", sans-serif; width: 70%; height: 100%; margin:0; padding:0;}
+div#container { position: relative; height:auto !important; height:100%; min-height:100%; margin: 0; margin-left: 50px;}
label { display:block; }
#modal-dialog { font-size: 110%; }
#modal-dialog input.text textarea { margin-bottom:12px; width:95%; padding: .4em; }
@@ -15,9 +15,12 @@ div#headline{ font: 300% "Trebuchet MS", sans-serif; margin-bottom: 20px;}
div.toolbar{ padding: 4px; float: right; margin-right: 10px; margin-top: 6px; margin-bottom: 20px;}
div#left { float: left; width: 30%; padding-left: 5px; }
div#right { float: right; width: 65%; padding-left: 20px; border-left: 1px solid #CECECE; }
-div#related { position: absolute; bottom: 30%; }
+div#related { position: absolute; bottom: 30%;}
ul.links { list-style: none inside; padding: 0; margin: 0; }
li.links { padding: 0; margin: 0; }
+form .ui-widget ul { list-style: none inside; padding: 0; margin: 0; }
+form .ui-widget li { float: right; border-right: 1px solid #CECECE; padding-right: 5px; margin: 0; vertical-align: middle;}
+.fieldlabel { font-weight: bold; }
div#tree { padding-bottom: 50px;}
#linklist { float: right; margin-right: 50px; }
#linklist ul{ list-style: none; padding: 0; margin: 0; }
@@ -26,7 +29,7 @@ div#tree { padding-bottom: 50px;}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
-div#content { }
+div#content { font: 120% "Trebuchet MS", sans-serif; }
div#main{ font: 100% "Trebuchet MS", sans-serif; width:95%; height:auto !important; height:100%; min-height: 100%;}
.code{font: 110% "Courier", fixed}
.infopanel { padding-left: 10px; padding-bottom: 10px;}