summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas B. <thomas@roundcube.net>2013-07-29 23:25:54 -0700
committerThomas B. <thomas@roundcube.net>2013-07-29 23:25:54 -0700
commit86dd03677466ceb37e0a2d3d43e8a76472966745 (patch)
treeb481ebe916723698e9db839f9bf53bf228c650bb /skins
parentd59a8d29d6ae877e9f56a0e3fe3d1068661a9473 (diff)
parentbb0ff201408a7bc5711588e6afdacf7e7f30d920 (diff)
Merge pull request #96 from Dennis1993/patch-6
Added required attribute and delete deprecated border attributes
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/includes/header.html2
-rw-r--r--skins/larry/styles.css4
-rw-r--r--skins/larry/templates/login.html2
-rw-r--r--skins/larry/templates/mail.html2
4 files changed, 7 insertions, 3 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html
index c8b3b26f6..5a934d89b 100644
--- a/skins/larry/includes/header.html
+++ b/skins/larry/includes/header.html
@@ -29,7 +29,7 @@
<roundcube:button command="logout" label="logout" class="button-logout" classSel="button-logout" innerClass="button-inner" />
<span class="minmodetoggle"></span>
</div>
- <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" />
+ <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" />
</div>
<roundcube:endif />
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index ec4f3047c..288b010ed 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -50,6 +50,8 @@ textarea {
input[type="text"]:focus,
input[type="password"]:focus,
+input[type="text"]:required,
+input[type="password"]:required,
input.button:focus,
textarea:focus {
border-color: #4787b1;
@@ -611,6 +613,7 @@ a.iconlink.upload {
#toplogo {
padding-top: 2px;
cursor: pointer;
+ border: none;
}
.topleft {
@@ -1578,6 +1581,7 @@ ul.proplist li {
#login-form #logo {
margin-bottom: 20px;
+ border: none;
}
#login-form #message {
diff --git a/skins/larry/templates/login.html b/skins/larry/templates/login.html
index 6e56ee2fd..13e919ad3 100644
--- a/skins/larry/templates/login.html
+++ b/skins/larry/templates/login.html
@@ -9,7 +9,7 @@
<div id="login-form">
<div class="box-inner">
-<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" />
+<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" />
<roundcube:form name="form" method="post">
<roundcube:object name="loginform" form="form" size="40" />
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html
index 6015054d3..7ef12bfdb 100644
--- a/skins/larry/templates/mail.html
+++ b/skins/larry/templates/mail.html
@@ -124,7 +124,7 @@
</div><!-- end mainscreen -->
-<div><!-- end minwidth -->
+</div><!-- end minwidth -->
<div id="searchmenu" class="popupmenu">
<ul class="toolbarmenu">