Ignore:
Timestamp:
Sep 13, 2010, 8:54:21 PM (14 years ago)
Author:
grum
Message:

Version 3.2.0
Enhance the request builder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/css/rbuilder.css

    r6174 r6894  
    112112{
    113113  margin-bottom:3px;
     114  cursor:default;
     115}
     116
     117div#iMenuCaddieBar {
     118  margin-left:8px;
     119  padding-left:8px;
     120  border-left:1px solid;
     121  cursor:default;
     122}
     123
     124
     125div#iMenuCaddieBar div#iMenuCaddieItems {
     126  display:none;
     127  list-style-type:none;
     128  max-height:30px;
     129  position:absolute;
     130  padding:0px;
     131}
     132
     133div#iMenuCaddieBar ul {
     134  margin:4px 0 4px -8px;
     135  padding-bottom:2px;
     136  padding-left:16px;
     137  padding-right:2px;
     138}
     139
     140div#iMenuCaddieBar ul li {
     141  list-style-type:none;
     142  padding:4px;
     143}
     144
     145div#iMenuCaddieBar:hover  div#iMenuCaddieItems
     146{
     147  cursor:pointer;
     148  display:block;
     149}
Note: See TracChangeset for help on using the changeset viewer.