Skip to content
Snippets Groups Projects
Commit 20e7a410 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #9444 from owncloud/design-fix-pointer

Design polish
parents aae11889 a7bf9537
Branches
No related tags found
No related merge requests found
...@@ -241,20 +241,26 @@ ...@@ -241,20 +241,26 @@
float: left; float: left;
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
cursor: pointer;
} }
#header .avatardiv img { #header .avatardiv img {
opacity: 1; opacity: 1;
cursor: pointer;
} }
#settings { #settings {
float: right; float: right;
color: #bbb; color: #bbb;
cursor: pointer;
} }
#expand { #expand {
display: block; display: block;
padding: 7px 12px 6px 7px; padding: 7px 12px 6px 7px;
cursor: pointer; cursor: pointer;
} }
#expand * {
cursor: pointer;
}
#expand:hover, #expand:focus, #expand:active { color:#fff; } #expand:hover, #expand:focus, #expand:active { color:#fff; }
#expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; } #expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; }
#expand:hover img, #expand:focus img, #expand:active img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; } #expand:hover img, #expand:focus img, #expand:active img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
......
...@@ -420,13 +420,13 @@ input[name='password-clone'] { ...@@ -420,13 +420,13 @@ input[name='password-clone'] {
#password-icon { #password-icon {
position: absolute; position: absolute;
left: 16px; left: 16px;
top: 20px; top: 22px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30); filter: alpha(opacity=30);
opacity: .3; opacity: .3;
} }
#adminpass-icon, #password-icon { #adminpass-icon, #password-icon {
top: 15px; top: 17px;
} }
/* General new input field look */ /* General new input field look */
...@@ -474,10 +474,10 @@ label.infield { ...@@ -474,10 +474,10 @@ label.infield {
#body-login form input[type="checkbox"]+label { #body-login form input[type="checkbox"]+label {
position: relative; position: relative;
margin: 0; margin: 0;
font-size: 13px;
padding: 14px; padding: 14px;
padding-left: 28px; padding-left: 28px;
margin-left: -28px; margin-left: -28px;
vertical-align: middle;
} }
#body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; } #body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }
#body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;} #body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment