Ignore:
Timestamp:
Jul 29, 2010, 10:12:25 AM (14 years ago)
Author:
grum
Message:

feature:1777

  • Weight of the metadata database can becomes very heavy
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/amd.css

    r6722 r6729  
    5656}
    5757.helper {
    58   -moz-border-radius:8px;
    59   -webkit-border-radius:8px;
    60   -khtml-border-radius:8px;
    61   border-radius:8px;
     58  -moz-border-radius:4px;
     59  -webkit-border-radius:4px;
     60  -khtml-border-radius:4px;
     61  border-radius:4px;
    6262  border:2px dashed #777777;
    6363  margin:4px 4px 4px 12px;
     
    104104  border-radius:8px;
    105105}
     106
     107.warnings {
     108  -moz-border-radius:4px;
     109  -webkit-border-radius:4px;
     110  -khtml-border-radius:4px;
     111  border-radius:4px;
     112}
     113.warnings p {
     114  margin:0;
     115  padding:0 0 6px;
     116  text-align: justify;
     117}
     118.warnings ul {
     119  margin:-6px 0;
     120  padding:0 40px 6px;
     121}
     122table.mdInfo {
     123  width:100%;
     124  text-align:left;
     125}
     126table.mdInfo tr {
     127  vertical-align:top;
     128}
     129table.mdInfo tr td ul {
     130  margin:0px;
     131}
     132span.mdInfo {
     133  width:100px;
     134  display:inline-block;
     135  font-weight:bold;
     136}
Note: See TracChangeset for help on using the changeset viewer.