Changeset 4dbc961 in github
- Timestamp:
- Apr 11, 2012 11:32:01 AM (14 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 3d5240b7
- Parents:
- c97c575
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
skins/larry/styles.css (modified) (3 diffs)
-
skins/larry/ui.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rc97c575 r4dbc961 2 2 =========================== 3 3 4 - Set flexible width to login form fields (#1488418) 4 5 - Force page reload if list columns changed in IE8 (#1487822) 5 6 - Allow mass-removal of addresses from a group (#1487748) -
skins/larry/styles.css
r1ba07f0 r4dbc961 1188 1188 1189 1189 #login-form td.input { 1190 width: 80%; 1190 1191 padding: 8px; 1191 1192 } … … 1193 1194 #login-form input[type="text"], 1194 1195 #login-form input[type="password"] { 1195 width: 24em;1196 width: 100%; 1196 1197 border-color: #666; 1197 1198 } … … 1230 1231 } 1231 1232 1233 #login-form form table { 1234 width: 98%; 1235 } 1236 1232 1237 #login-form td.title { 1238 width: 20%; 1239 white-space: nowrap; 1233 1240 color: #cecece; 1234 1241 text-shadow: 0px 1px 1px black; -
skins/larry/ui.js
r1ba07f0 r4dbc961 159 159 160 160 new rcube_scroller('#directorylist-content', '#directorylist-header', '#directorylist-footer'); 161 }162 }163 /*** login page ***/164 else if (rcmail.env.task == 'login') {165 if (bw.ie && bw.vendver < 8) {166 var popup = $('<div>')167 .addClass('readtext')168 .html("Roundcube will not work well with the crappy browser ya' using. Get yourself a new internet browsing software and don't come back without!<p>Sincerly,<br/>the Roundcube Dev Team</p>")169 .appendTo(document.body)170 .dialog({171 dialogClass: 'alert',172 closeOnEscape: true,173 title: "No way, are you serious?",174 close: function() {175 popup.dialog('destroy').remove();176 },177 width: 450178 });179 161 } 180 162 }
Note: See TracChangeset
for help on using the changeset viewer.
