Restored reversed transaction option.
[fa-stable.git] / themes / default / default.css
index 4b71231f363bd810b236942e742ff2b855cac426..b6443476d690a10520366303aa58122198b7895f 100644 (file)
@@ -570,6 +570,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 +579,7 @@ div.err_msg {
 }
 
 div.warn_msg {
+       margin: 10px;
        padding: 3px;
        border: 1px solid #ff9900;
        background-color: #ffff00;
@@ -586,6 +588,7 @@ div.warn_msg {
 }
 
 div.note_msg {
+       margin: 10px; 
        padding: 3px;
        border: 1px solid #33cc00;
        background-color: #ccffcc;
@@ -593,6 +596,7 @@ div.note_msg {
        text-align: center;
 }
 
-#msgbox {
-       margin: 10px;
+#title {
+       margin-bottom: 10px;
+       width: 100%;
 }