Commit d8de2389 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Added back css that shouldn't have been deleted.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@9985 b35dd754-fafc-0310-a699-88a17e54d16e
parent c1233127
...@@ -225,6 +225,12 @@ ...@@ -225,6 +225,12 @@
<style type="text/css"> <style type="text/css">
.textfield {
font-size: 11px;
font-family: verdana;
padding: 3px 2px;
background: #efefef;
}
.text { .text {
font-size: 11px; font-size: 11px;
...@@ -237,6 +243,13 @@ ...@@ -237,6 +243,13 @@
font-family: verdana, arial, helvetica, sans-serif; font-family: verdana, arial, helvetica, sans-serif;
} }
.small-label-link {
font-size: 11px;
font-weight: bold;
font-family: verdana;
text-decoration: underline;
}
.light-gray-border { .light-gray-border {
border-color: #ccc; border-color: #ccc;
border-style: solid; border-style: solid;
...@@ -245,6 +258,12 @@ ...@@ -245,6 +258,12 @@
-moz-border-radius: 3px; -moz-border-radius: 3px;
} }
.light-gray-border-bottom {
border-color: #dcdcdc;
border-style: solid;
border-width: 0px 0px 1px 0px;
}
.table-header { .table-header {
text-align: left; text-align: left;
font-family: verdana, arial, helvetica, sans-serif; font-family: verdana, arial, helvetica, sans-serif;
...@@ -329,6 +348,39 @@ ...@@ -329,6 +348,39 @@
border-width: 0 1px 1px 0; border-width: 0 1px 1px 0;
padding: 5px; padding: 5px;
} }
.update-top {
text-align: left;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9pt;
background: #E7FBDE;
border-color: #73CB73;
border-style: solid;
border-width: 1px 0px 0px 0px;
padding: 5px;
}
.update-right {
text-align: left;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
background: #E7FBDE;
border-color: #73CB73;
border-style: solid;
border-width: 1px 1px 0px 0px;
padding: 5px;
}
.line-bottom-border {
text-align: left;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9pt;
border-color: #e3e3e3;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding: 5px;
}
</style> </style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment