summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-03-16 14:42:40 +0100
committerSimon2011-03-16 14:42:40 +0100
commit29224a1ccc162e457589210168c38529e81a572d (patch)
treef049b58ed09cd4bd9de2e3fe882593b75b16cae4 /public
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-29224a1ccc162e457589210168c38529e81a572d.tar.gz
pbs2-29224a1ccc162e457589210168c38529e81a572d.tar.xz
pbs2-29224a1ccc162e457589210168c38529e81a572d.zip
Helper initialisiert, ClientController geadded
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 57b3552..8390fb2 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -237,7 +237,7 @@ td.action img{border:none;}
.footer{text-align:right;font-size:10px;font-family:Verdana, Arial;padding:10px 0px 10px 0px;}
/* boxes */
-.checkbox, .warningbox, .errorbox, .infobox {
+.okbox, .warningbox, .errorbox, .infobox {
margin:10px 0px;
padding:10px 10px 10px 40px;
border-width:1px;
@@ -259,7 +259,7 @@ td.action img{border:none;}
background: #FF9999 url('/media/img/box_error.png') no-repeat;
background-position:10px center;
}
-.checkbox{
+.okbox{
border:1px solid #339933;
background: #BBFFBB url('/media/img/box_check.png') no-repeat;
background-position:10px center;