Improved layout on documents etc and new empty language file.
[fa-stable.git] / themes / default / default.css
index 4b71231f363bd810b236942e742ff2b855cac426..d5d5dde0ed55809aa3120314ff315c0d88e71dc3 100644 (file)
@@ -229,6 +229,11 @@ div.tabs a:hover {
        border: 1px solid #8cacbb;
 }
 
+#hotkeyshelp {
+       text-align: right;
+       font-weight: bolder;
+}
+
 #footer {
        position: relative;
        bottom: -3px;
@@ -351,14 +356,10 @@ div.tabs a:hover {
 }
 
 .tablestyle {
-       padding: 3px;
-       border: 1px solid #8cacbb;
        border-collapse: collapse;
 }
 
 .tablestyle2 {
-       padding: 3px;
-       border: 1px solid #cccccc;
        border-collapse: collapse;
 }
 .tablestyle_noborder {
@@ -570,6 +571,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
 }
 
 div.err_msg {
+       margin: 10px;
        padding: 3px;
        border: 1px solid #cc3300;
        background-color: #ffcccc;
@@ -578,6 +580,7 @@ div.err_msg {
 }
 
 div.warn_msg {
+       margin: 10px;
        padding: 3px;
        border: 1px solid #ff9900;
        background-color: #ffff00;
@@ -586,6 +589,7 @@ div.warn_msg {
 }
 
 div.note_msg {
+       margin: 10px; 
        padding: 3px;
        border: 1px solid #33cc00;
        background-color: #ccffcc;
@@ -593,6 +597,7 @@ div.note_msg {
        text-align: center;
 }
 
-#msgbox {
-       margin: 10px;
+#title {
+       margin-bottom: 10px;
+       width: 100%;
 }