Changeset 116 for trunk/template/default
- Timestamp:
- Sep 15, 2003, 9:11:31 PM (21 years ago)
- Location:
- trunk/template/default/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/default/admin/admin.vtp
r107 r116 110 110 td.choice { 111 111 text-align : center; 112 } 113 <!-- comments CSS style --> 114 .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar { 115 color:black; 116 font-family:arial,sans-Serif; 117 font-size:12px; 118 } 119 .commentsTitle,.commentsAuthor { 120 text-align:center; 121 font-weight:bold; 122 } 123 .commentsInfos { 124 text-align:right; 125 margin:3px 3px 3px 10px; 126 font-size:11px; 127 } 128 .commentsContent { 129 margin:10px; 130 } 131 .commentsTitle { 132 margin-top:15px; 133 } 134 .commentsAuthor { 135 margin:5px; 136 } 137 .commentsNavigationBar { 138 margin:10px; 139 } 140 .tableComment { 141 width:100%; 142 border:2px solid #006699; 143 margin:10px; 144 } 145 .cellAuthor { 146 border-right:1px solid #006699; 147 width:100px; 148 } 149 .cellInfo { 150 border-bottom:1px solid #006699; 151 } 152 .imgLink { 153 border:1px solid black; 112 154 } 113 155 </style> -
trunk/template/default/admin/comments.vtp
r30 r116 1 <style>2 .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {3 color:{#text_color};4 font-family:arial,sans-Serif;5 font-size:12px;6 }7 .commentsTitle,.commentsAuthor {8 text-align:center;9 font-weight:bold;10 }11 .commentsInfos {12 text-align:right;13 margin:3px 3px 3px 10px;14 font-size:11px;15 }16 .commentsContent {17 margin:10px;18 }19 .commentsTitle {20 margin-top:15px;21 }22 .commentsAuthor {23 margin:5px;24 }25 .commentsNavigationBar {26 margin:10px;27 }28 .tableComment {29 width:100%;30 border:2px solid #006699;31 margin:10px;32 }33 .cellAuthor {34 border-right:1px solid #006699;35 width:100px;36 }37 .cellInfo {38 border-bottom:1px solid #006699;39 }40 .imgLink {41 border:1px solid black;42 }43 </style>44 1 <!--VTP_section--> 45 2 <table style="width:100%;">
Note: See TracChangeset
for help on using the changeset viewer.