Ignore:
Timestamp:
May 13, 2010, 10:12:38 PM (14 years ago)
Author:
grum
Message:

Improve functionnalities for GPCTabSheet and GPCRequestBuilder classes

File:
1 edited

Legend:

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

    r6106 r6174  
    1919  margin-left:0px;
    2020}
     21
     22.cPnActive, .cPnDisabled, .cPnInactive { margin:2px; padding:2px;  min-width:20px; text-align:center; }
     23.pnInactiveclear, .pnInactiveroma { cursor:pointer; }
     24.pnInactiveclear:hover { background:#F1F1F1; }
     25.pnActiveclear { background:#F1F1F1; font-weight:bold; }
     26.pnInactiveroma:hover { background:#999999; color:#444444; }
     27.pnActiveroma { background:#999999; color:#444444; font-weight:bold; }
     28#iPagesNavigator ul { margin:0px; }
     29
     30
     31.cbGroup { border-width:1px; border-style:solid; padding:0px; margin:2px; min-height:30px; list-style:none; }
     32.cbItem {   padding:2px; margin:8px; min-height:34px; list-style:none; }
     33
     34#iListSelectedCriterions { padding:0px; }
     35
     36#dragHelper ul li.cbItem { padding:2px; }
     37#dragHelper ul li {
     38  clear:both;
     39  min-height:32px;
     40  list-style-image:none;
     41  list-style-position:outside;
     42  list-style-type:none;
     43  margin:4px;
     44  padding:0px;
     45}
     46
     47.cbItemButtons { padding:2px; }
     48.cbItem img { cursor: pointer; }
     49
     50.cbSortHandle { cursor:move; }
     51
     52
     53.helper {
     54 border:2px dashed #777777;
     55}
     56
     57div.cbOperator {
     58 cursor:pointer;
     59 padding:4px;
     60 text-align:left;
     61 font-weight:bold;
     62}
     63
     64div.cbOperatorBgroma {
     65 background:#333333;
     66}
     67
     68div.cbOperatorBgclear {
     69 background:#dbe8f3;
     70}
     71
     72.cbButtons {
     73  float:left;
     74  margin:2px;
     75  padding:8px;
     76  height:15px;
     77}
     78
     79
     80div#iMenuCriterions div#iMenuCItems {
     81  display:none;
     82  list-style-type:none;
     83  max-height:30px;
     84  position:absolute;
     85  padding:0px;
     86  margin:36px 2px 2px;
     87}
     88
     89
     90div#iMenuCriterions ul {
     91  padding:2px;
     92}
     93
     94div#iMenuCriterions ul li {
     95  list-style-type:none;
     96  padding:4px;
     97}
     98
     99div#iMenuCriterions:hover  div#iMenuCItems
     100{
     101  cursor:pointer;
     102  display:block;
     103}
     104
     105div#iMenuCriterions:hover div#iMenuCTitle
     106{
     107  margin-bottom:0px;
     108  padding-bottom:11px;
     109}
     110
     111div#iMenuCriterions div#iMenuCTitle
     112{
     113  margin-bottom:3px;
Note: See TracChangeset for help on using the changeset viewer.