Ignore:
Timestamp:
Sep 16, 2010, 8:44:51 PM (14 years ago)
Author:
grum
Message:

Version 3.2.0
Small changes (css, comment, fix minor bug & functionnalies)

File:
1 edited

Legend:

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

    r6733 r6948  
    5858.tabsheet2 a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
    5959
     60
     61.helps {
     62  background-color:#99DDFF;
     63  background-image:url("./../icons/help.png");
     64  background-position:5px 5px;
     65  background-repeat:no-repeat;
     66  color:#0066EE;
     67  font-weight:bold;
     68  margin:5px;
     69  min-height:54px;
     70  padding:5px 70px 0 53px;
     71  text-align:left;
     72}
     73
     74.warnings, .errors, .helps {
     75  -moz-border-radius:4px;
     76  -webkit-border-radius:4px;
     77  -khtml-border-radius:4px;
     78  border-radius:4px;
     79  padding-left:60px;
     80  margin-bottom:12px;
     81}
     82.warnings p, .helps p, .errors p {
     83  margin:0;
     84  padding:0 0 6px;
     85  text-align: justify;
     86}
     87.warnings ul, .helps ul, .errors ul {
     88  margin:-6px 0;
     89  padding:0 40px 6px;
     90}
     91
     92
Note: See TracChangeset for help on using the changeset viewer.