- small css fixes in login form, boxes and subscription list
| | |
| | | var reg = new RegExp('.*['+RegExp.escape(this.env.delimiter)+']'); |
| | | this.name_input = document.createElement('INPUT'); |
| | | this.name_input.value = this.env.subscriptionrows[id][0].replace(reg, ''); |
| | | this.name_input.style.width = '100%'; |
| | | |
| | | reg = new RegExp('['+RegExp.escape(this.env.delimiter)+']?[^'+RegExp.escape(this.env.delimiter)+']+$'); |
| | | this.name_input.__parent = this.env.subscriptionrows[id][0].replace(reg, ''); |
| | |
| | | .boxtitle |
| | | { |
| | | height: 12px !important; |
| | | padding: 4px 20px 3px 20px; |
| | | padding: 2px 10px 5px 10px; |
| | | border-bottom: 1px solid #999; |
| | | color: #333; |
| | | font-size: 11px; |
| | |
| | | background-color: #CC3333; |
| | | } |
| | | |
| | | #login-form |
| | | { |
| | | margin-left: auto; |
| | | margin-right: auto; |
| | | margin-top: 50px; |
| | | width: 400px; |
| | | border: 1px solid #999; |
| | | } |
| | | |
| | | #login-form table td.title |
| | | { |
| | | color: #666; |
| | | text-align: right; |
| | | padding-right: 10px; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | #login-form table |
| | | { |
| | | width: 1%; |
| | | margin: auto; |
| | | } |
| | | |
| | | #login-form .boxcontent |
| | | { |
| | | padding: 20px 10px 10px 10px; |
| | | } |
| | |
| | | width: expression('auto'); |
| | | } |
| | | |
| | | #subscription-table input |
| | | { |
| | | font: inherit; |
| | | } |
| | | |
| | | #subscription-table tbody td, |
| | | #identities-table tbody td |
| | | { |
| | |
| | | width: 30px; |
| | | } |
| | | |
| | | #subscription-table td.name input |
| | | { |
| | | font: inherit; |
| | | width: 240px; |
| | | } |
| | | |
| | | #identity-frame |
| | | { |
| | | position: relative; |
| | |
| | | div.boxtitle |
| | | { |
| | | height: 12px !important; |
| | | padding: 4px 20px 3px 6px; |
| | | padding: 2px 10px 5px 10px; |
| | | border-bottom: 1px solid #999999; |
| | | color: #333333; |
| | | font-size: 11px; |
| | |
| | | <title><roundcube:object name="pagetitle" /></title> |
| | | <meta name="Robots" content="noindex,nofollow" /> |
| | | <roundcube:include file="/includes/links.html" /> |
| | | <style type="text/css"> |
| | | |
| | | #login-form { |
| | | margin-left: auto; |
| | | margin-right: auto; |
| | | margin-top: 50px; |
| | | width: 380px; |
| | | border: 1px solid #999; |
| | | } |
| | | |
| | | #login-form table td.title |
| | | { |
| | | color: #666; |
| | | text-align: right; |
| | | padding-right: 10px; |
| | | } |
| | | |
| | | .boxcontent { |
| | | padding: 20px 20px 10px 20px; |
| | | } |
| | | |
| | | </style> |
| | | </head> |
| | | <body> |
| | | |