Browse Source

fixed some CSS styling that can get wiped out by other CSS on the page

paul laptop 12 years ago
parent
commit
45fb31d02d
1 changed files with 12 additions and 2 deletions
  1. 12 2
      css/amber.css

+ 12 - 2
css/amber.css

@@ -2,8 +2,6 @@ body.jtalkBody {
     margin-bottom: 350px;
 }
 
-@import url("amber-normalize.css");
-
 #jtalkTabs, #jtalk .jt_tabs {
     margin: 0;
     padding: 0;
@@ -214,8 +212,20 @@ body.jtalkBody {
     margin-bottom: 0;
     padding-top: 0;
     padding-bottom: 0;
+    height: 14px;
+    line-height: normal;
+    box-shadow: none;
+    outline: none;
+    vertical-align:baseline;
+}
+.jtalkTool select {
+    height:18px;
+    width: auto;
 }
 
+
+
+
 .jtalkTool li {
     margin: 0;
     padding: 0;