Changeset b0a477c
- Timestamp:
- Jul 29, 2009 3:03:41 PM (11 years ago)
- Branches:
- master
- Children:
- a6243d1
- Parents:
- 1d655c7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/console/classic/console.css
r1d655c7a rb0a477c 129 129 } 130 130 131 131 132 table { 132 border-collapse: collapse; 133 width: 100%;133 /* border-collapse: collapse; */ 134 width: 700px; 134 135 border: 5px solid #dfd; 135 136 margin: 5px 0px; … … 138 139 background: #fff; 139 140 } 141 140 142 141 143 th { … … 167 169 margin: 10px 0; 168 170 } 171 172 .statusnotes { 173 font-style: italic; 174 font-size: 8pt; 175 color: #001; 176 text-align: center; 177 border: 5px solid #dfd !important; 178 border-top: 0px !important; 179 margin: -5px 0 5px 0; 180 padding: 7px; 181 background: #fff; 182 width: 700px; 183 }
Note: See TracChangeset
for help on using the changeset viewer.