← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15805: Make apps-search style more strict so it does not get overwritten by trackercapture style

 

------------------------------------------------------------
revno: 15805
committer: Mark Polak <markpo@xxxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-06-22 15:56:22 +0200
message:
  Make apps-search style more strict so it does not get overwritten by trackercapture style
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css	2014-06-17 15:14:40 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css	2014-06-22 13:56:22 +0000
@@ -26,19 +26,15 @@
     float: left;
 }
 
-input.apps-search {
+input.apps-search[type="text"] {
     border: 1px solid #ccc;
     border-radius: 3px;
     box-sizing: content-box;
+    font-size: inherit;
     outline: none;
     padding: 4px 1px;
-    padding-right: 25px;
+    padding-right: 5px;
     padding-left: 5px;
-    width: 328px;
-}
-
-input.apps-search[type="text"] {
-    padding-right: 5px;
     width: 348px;
 }