public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
Height for table rows, so that the height is always the same, whether 
there are any images in the table or not.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3049 
3d254a34-79dc-0310-9e5f-be208747d8a0
westis (author)
Mon Jul 10 15:02:40 -0700 2006
commit  29e23dcf2145f2a810a9754f424b189db5acb451
tree    a85d9e52c33f62da0e83b126c23feea8cb919d45
parent  a8dc02ef0d0fe0fded9aacdca047be2b93df8fd7
...
580
581
582
583
 
584
585
586
...
594
595
596
597
 
598
599
600
...
649
650
651
652
 
 
 
 
 
653
654
655
...
580
581
582
 
583
584
585
586
...
594
595
596
 
597
598
599
600
...
649
650
651
 
652
653
654
655
656
657
658
659
0
@@ -580,7 +580,7 @@ div.pagecontainer p.pagetext {
0
    padding-top: 5px;
0
    padding-right: 5px;
0
    width: 15em;
0
- margin-bottom: 0;
0
+ margin-bottom: 0.5em;
0
    }
0
 
0
 div.pagecontainer span.helptext {
0
@@ -594,7 +594,7 @@ div.pagecontainer p.pageinput {
0
    color: #384654;
0
    float: left;
0
    padding-top: 5px;
0
- margin-bottom: 0;
0
+ margin-bottom: 0.5em;
0
    }
0
 
0
 p.pageinputwysiwyg {
0
@@ -649,7 +649,11 @@ table.pagetable th.active a {
0
   color: #E6A2FF;
0
   text-decoration: underline;
0
   }
0
-
0
+
0
+table.pagetable tr {
0
+ height: 1.8em;
0
+ }
0
+
0
 table.pagetable td {
0
    color: #384654;
0
    }

Comments

    No one has commented yet.