Changeset 2380 in subversion
- Timestamp:
- Apr 9, 2009 3:22:22 AM (4 years ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 2 edited
-
settings.css (modified) (4 diffs)
-
templates/managefolders.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/settings.css
r2217 r2380 133 133 } 134 134 135 #subscription-table 136 { 137 width: 100%; 138 /* css hack for IE */ 139 width: expression('auto'); 140 } 141 142 #subscription-table tbody td, 135 143 #identities-table tbody td 136 144 { … … 148 156 { 149 157 width: 45%; 158 } 159 160 #subscription-table tr.virtual td 161 { 162 color: #666; 163 } 164 165 #subscription-table tr.selected td, 166 #subscription-table tr.selected td a 167 { 168 color: #FFFFFF; 169 background-color: #CC3333; 170 } 171 172 #subscription-table tr.droptarget td, 173 #subscription-table tr.droptarget td a 174 { 175 background-color: #FFFFA6; 176 } 177 178 #subscription-table thead td.name 179 { 180 width: 250px; 181 } 182 183 #subscription-table thead td.msgcount 184 { 185 width: 90px; 186 } 187 188 #subscription-table thead td.subscribed 189 { 190 width: 90px; 150 191 } 151 192 … … 195 236 #userprefs-title, 196 237 #identity-title, 197 div.boxtitle, 198 #subscription-table thead td 238 div.boxtitle 199 239 { 200 240 height: 12px !important; … … 221 261 } 222 262 223 #subscription-table224 {225 width: 100%;226 /* css hack for IE */227 width: expression('auto');228 }229 230 #subscription-table tbody td231 {232 height: 20px;233 padding-left: 6px;234 padding-right: 10px;235 white-space: nowrap;236 border-bottom: 1px solid #EBEBEB;237 background-color: #F9F9F9;238 cursor: default;239 }240 241 #subscription-table tr.virtual td242 {243 color: #666;244 }245 246 #subscription-table tr.selected td,247 #subscription-table tr.selected td a248 {249 color: #FFFFFF;250 background-color: #CC3333;251 }252 253 #subscription-table tr.droptarget td,254 #subscription-table tr.droptarget td a255 {256 background-color: #FFFFA6;257 }258 259 #subscription-table thead td.name260 {261 width: 250px;262 }263 264 #subscription-table thead td.msgcount265 {266 width: 90px;267 }268 269 #subscription-table thead td.subscribed270 {271 width: 90px;272 }273 274 263 fieldset 275 264 { -
trunk/roundcubemail/skins/default/templates/managefolders.html
r1912 r2380 17 17 <div id="folder-manager"> 18 18 <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" 19 cellpadding="1" cellspacing="0" summary="Folder subscription table" 19 cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table" 20 20 deleteIcon="/images/icons/folder-trash.png" 21 21 renameIcon="/images/icons/rename.png" />
Note: See TracChangeset
for help on using the changeset viewer.
