Guest User

Untitled

a guest
Jun 17th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. Index: trunk/src/theme/select.css
  2. ===================================================================
  3. --- trunk/src/theme/select.css  (revision 88166)
  4. +++ trunk/src/theme/select.css  (working copy)
  5. @@ -1,3 +1,3 @@
  6. -.ps-select-widget { display: inline; position: relative; zoom:1; z-index: 3000; }
  7. +.ps-select-widget { width: 10em; display: inline; position: relative; zoom:1; z-index: 3000; }
  8.  .ps-select-drop-down { background: white; display: block; left:0; list-style: none; margin: 0; padding: 0; position: absolute; z-index: 1000; }
  9.  .ps-select-option { padding: 0.4em; }
Add Comment
Please, Sign In to add comment