webbuild: update webbuild.css

This commit is contained in:
Silvan Calarco 2013-05-21 00:18:39 +02:00
parent 46a9b5cf33
commit 740eb19d7c

View File

@ -1,3 +1,17 @@
body { font-size: 9pt; font-family: liberationsans, freesans, arial, verdana, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); }
table { font-size: 9pt; font-family: liberationsans, freesans, arial, verdana, sans-serif; background-color: rgb(255, 255, 255); }
img { border: 0; margin: 0px; vertical-align:middle; }
h1 { font-size: 13pt; font-weight: bold; }
h2 { font-size: 11pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; margin-top: 20px; margin-bottom: 2px; }
h4 { margin:5; margin-right: 10; font-size: 9pt; font-weight: normal; }
hr { margin:0; color:white; }
a { }
a:link { color:#2b6600; text-decoration: none; }
a:visited { color:#2b6600; text-decoration: none; }
a:active { color:#2b6600; text-decoration: none; }
a:hover { text-decoration: underline; }
label { label {
white-space:nowrap; white-space:nowrap;
} }
@ -244,3 +258,41 @@ input[type="checkbox"] {
border:1px solid #2b6600; border:1px solid #2b6600;
// font-size:10px; // causes problems // font-size:10px; // causes problems
} }
.jspVerticalBar {
width:4px;
}
.jspHorizontalBar {
height:4px;
}
.jspDrag {
background: #2b6600;
}
.scroll-pane-h {
height:272px;
width:400px;
overflow:auto;
white-space:nowrap;
}
.scroll-pane-v {
height:272px;
width:400px;
overflow:auto;
}
.scroll-pane1 {
height:100px;
width:390px;
overflow:auto;
white-space:nowrap;
}
.scroll-pane2 {
height:200px;
width:390px;
overflow:auto;
}