aboutsummaryrefslogtreecommitdiffstats
path: root/www/css/fms.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/fms.css')
-rw-r--r--www/css/fms.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index 87811b5..f838f9e 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -34,7 +34,7 @@
/*width:100%;*/
/*max-width:100%;*/
font-size: 16px;
- border: 1px solid #ccc;
+ border-top: 1px solid #ccc;
padding:0;
margin-left: -15px;
margin-right: -15px;
@@ -45,6 +45,9 @@
border:none;
border-bottom: 1px solid #ccc;
}
+ .gmailstyletest > div.noborder {
+ border:none;
+ }
.ui-field-contain{
padding: 0;
}
@@ -189,3 +192,7 @@
max-width: 85%;
max-height: 45%;
}
+
+ #details-page {
+ background: white !important;
+ }