changing properties
This commit is contained in:
parent
f8d06c6b78
commit
d70f26d369
3 changed files with 172 additions and 172 deletions
344
livesupport/modules/htmlUI/var/html/styles.css
Executable file → Normal file
344
livesupport/modules/htmlUI/var/html/styles.css
Executable file → Normal file
|
@ -1,173 +1,173 @@
|
|||
body {
|
||||
background-color : #d4d0c8;
|
||||
font-family : monospace;
|
||||
}
|
||||
|
||||
#masterpanel {
|
||||
text-align: center;
|
||||
background-color : #d4d0c8;
|
||||
height: 800px;
|
||||
font-family : monospace;
|
||||
}
|
||||
|
||||
#statusbar {
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
height : 70px;
|
||||
}
|
||||
|
||||
.statusbaritem {
|
||||
width : 100px;
|
||||
height : 50px;
|
||||
border-style : dotted;
|
||||
padding : 3px;
|
||||
float : left;
|
||||
}
|
||||
|
||||
#login {
|
||||
width : 300px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#tree {
|
||||
text-align : left;
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#menu_top {
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#scratchpad {
|
||||
width: 400px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#path {
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#objects {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
#permissions {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#subjects {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#searchform {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#searchres {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
||||
text-align: center;
|
||||
width: 98%;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 20px;
|
||||
font-size : x-small;
|
||||
}
|
||||
|
||||
#filedata {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#uploadform {
|
||||
width: 780px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#metadataform {
|
||||
width: 780px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.dynformelement {
|
||||
padding-bottom : 6px;
|
||||
}
|
||||
|
||||
#systemPrefs {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.closer {
|
||||
width : 10px;
|
||||
float : right;
|
||||
font-weight : bold;
|
||||
background-color : Gray;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
color: #FFF;
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.standardFrame {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#simplesearchform {
|
||||
width: 400px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
body {
|
||||
background-color : #d4d0c8;
|
||||
font-family : monospace;
|
||||
}
|
||||
|
||||
#masterpanel {
|
||||
text-align: center;
|
||||
background-color : #d4d0c8;
|
||||
height: 800px;
|
||||
font-family : monospace;
|
||||
}
|
||||
|
||||
#statusbar {
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
height : 70px;
|
||||
}
|
||||
|
||||
.statusbaritem {
|
||||
width : 100px;
|
||||
height : 50px;
|
||||
border-style : dotted;
|
||||
padding : 3px;
|
||||
float : left;
|
||||
}
|
||||
|
||||
#login {
|
||||
width : 300px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#tree {
|
||||
text-align : left;
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#menu_top {
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#scratchpad {
|
||||
width: 400px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#path {
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#objects {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
#permissions {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#subjects {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#searchform {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#searchres {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
||||
text-align: center;
|
||||
width: 98%;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 20px;
|
||||
font-size : x-small;
|
||||
}
|
||||
|
||||
#filedata {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#uploadform {
|
||||
width: 780px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#metadataform {
|
||||
width: 780px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.dynformelement {
|
||||
padding-bottom : 6px;
|
||||
}
|
||||
|
||||
#systemPrefs {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.closer {
|
||||
width : 10px;
|
||||
float : right;
|
||||
font-weight : bold;
|
||||
background-color : Gray;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
color: #FFF;
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.standardFrame {
|
||||
width: 800px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#simplesearchform {
|
||||
width: 400px;
|
||||
border-style : dotted;
|
||||
padding : 5px;
|
||||
margin-top: 10px;
|
||||
}
|
0
livesupport/modules/htmlUI/var/html/styles_livesupport.css
Executable file → Normal file
0
livesupport/modules/htmlUI/var/html/styles_livesupport.css
Executable file → Normal file
0
livesupport/modules/htmlUI/var/html/styles_popup.css
Executable file → Normal file
0
livesupport/modules/htmlUI/var/html/styles_popup.css
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue