Tidy up jobs.jsp a little and other to various ui elements.
This commit is contained in:
@ -222,7 +222,7 @@ table {
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 8px;
|
||||
padding: 6px 3px;
|
||||
color: #eef;
|
||||
text-align: center;
|
||||
font-size: 8pt;
|
||||
@ -250,7 +250,7 @@ tr:last-child {
|
||||
}
|
||||
*/
|
||||
td {
|
||||
padding: 5px 10px;
|
||||
padding: 6px 3px 5px 3px;
|
||||
color: #eef;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@ -509,4 +509,38 @@ form {}
|
||||
-khtml-border-radius: 4px;
|
||||
border: 1px solid #001;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.statusnotes {
|
||||
font-style: italic;
|
||||
font-size: 8pt;
|
||||
font-color: #700;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.joblog {
|
||||
margin: 25px 0 25px 0;
|
||||
padding: 20px 40px 20px 40px !important;
|
||||
border: 1px solid #eef;
|
||||
background-color: #004;
|
||||
background: url("images/lightbluetile.png");
|
||||
color: #dfd;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
text-align: justify;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
div.joblog:li {
|
||||
word-wrap: break-word !important;
|
||||
}
|
||||
|
||||
.joblog:ul {
|
||||
word-wrap: break-word !important;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 1.6 KiB |
BIN
installer/resources/themes/console/images/olivegreentile.png
Normal file
BIN
installer/resources/themes/console/images/olivegreentile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@ -268,7 +268,7 @@ table {
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 8px;
|
||||
padding: 6px 2px;
|
||||
color: #000;
|
||||
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
|
||||
text-align: center;
|
||||
@ -354,6 +354,12 @@ a:hover{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.links {
|
||||
list-style: url(images/link.png);
|
||||
margin: 10px 5px 0 0px;
|
||||
@ -550,4 +556,38 @@ form {}
|
||||
-khtml-border-radius: 4px;
|
||||
border: 1px solid #001;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.statusnotes {
|
||||
font-style: italic;
|
||||
font-size: 8pt;
|
||||
font-color: #700 !important;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.joblog {
|
||||
margin: 25px 0 25px 0;
|
||||
padding: 20px 40px 20px 40px !important;
|
||||
border: 1px solid #003;
|
||||
background-color: #004;
|
||||
background: url("/themes/console/images/olivegreentile.png");
|
||||
color: #001;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
text-align: justify;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
div.joblog:li {
|
||||
word-wrap: break-word !important;
|
||||
}
|
||||
|
||||
.joblog:ul {
|
||||
word-wrap: break-word !important;
|
||||
}
|
@ -73,6 +73,7 @@ textarea, input, select, button, a {
|
||||
|
||||
button {
|
||||
float: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@ -172,18 +173,21 @@ hr {
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.control:active {
|
||||
border: 1px inset;
|
||||
background-color: #003;
|
||||
color: #ff6600;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.control:hover {
|
||||
border: 1px solid #eeeeff;
|
||||
background-color: #f60;
|
||||
color: #fff !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.panel {
|
||||
@ -199,6 +203,7 @@ hr {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #002;
|
||||
padding: 10px 20px;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
}
|
||||
|
||||
.panel .footer {
|
||||
@ -239,15 +244,75 @@ hr {
|
||||
|
||||
#globalOperationsPanel {
|
||||
background-color: #ddddff;
|
||||
border: 1px solid #f22;
|
||||
-moz-box-shadow: inset 0px 0px 4px 0px #f00;
|
||||
border: 1px solid #003;
|
||||
padding: 5px 20px 11px 10px;
|
||||
background: url("/themes/console/images/yellowtile.png") !important;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #fff;
|
||||
}
|
||||
|
||||
#globalOperationsPanel .control {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
#globalOperationsPanel .control:link {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
|
||||
globalOperationsPanel .control:link {
|
||||
min-width: 120px;
|
||||
margin: 4px 0 0 4px !important;
|
||||
padding: 2px;
|
||||
overflow: hidden;
|
||||
font-weight: bold;
|
||||
background-color: #bbbbff;
|
||||
color: black;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||
}
|
||||
|
||||
|
||||
globalOperationsPanel .control:visited {
|
||||
min-width: 120px;
|
||||
margin: 4px 0 0 4px !important;
|
||||
padding: 2px;
|
||||
overflow: hidden;
|
||||
font-weight: bold;
|
||||
background-color: #bbbbff;
|
||||
color: black;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||
}
|
||||
|
||||
globalOperationsPanel .control:hover {
|
||||
min-width: 120px;
|
||||
margin: 4px 0 0 4px !important;
|
||||
padding: 2px;
|
||||
overflow: hidden;
|
||||
font-weight: bold;
|
||||
background-color: #003;
|
||||
color: #f60;
|
||||
border: 1px outset #fff;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
margin-top: 8px;
|
||||
background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||
}
|
||||
.header {
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
@ -265,4 +330,29 @@ select {
|
||||
min-width: 270px;
|
||||
font-size: 8pt;
|
||||
max-height: 24px;
|
||||
}
|
||||
|
||||
a:link{
|
||||
color: #007;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #606;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
@ -117,6 +117,7 @@ table {
|
||||
padding: 0px;
|
||||
border-width: 0px;
|
||||
border-spacing: 0px;
|
||||
background-color: #f9f;
|
||||
}
|
||||
|
||||
th {
|
||||
|
Reference in New Issue
Block a user