Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorKondou <kondou@ts.unde.re>2013-08-17 13:29:39 +0400
committerKondou <kondou@ts.unde.re>2013-08-17 13:29:39 +0400
commit656daff6293ba74e515d118c4795f15c87739ffa (patch)
treeea39f81b376736aacb4ede89e36b19a71f524623 /core
parent1c24936ae2956df7e08191df11f50ee5eb82ad43 (diff)
parent2a7c9ee9d21b7d8c254429e2012d453be7f06833 (diff)
Merge pull request #4454 from owncloud/fix_4446
Show a "password incorrect" notice when used shared password is wrong
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index c6d052f74dc..716dd4b5991 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -124,6 +124,7 @@ a.disabled, a.disabled:hover, a.disabled:focus {
#body-login input { font-size:1.5em; }
#body-login input[type="text"], #body-login input[type="password"] { width:13em; }
#body-login input.login { width:auto; float:right; padding:7px 9px 6px; }
+#body-login .warning {color: #dd3b3b; text-align:center; font-weight: bold; }
#remember_login { margin:.8em .2em 0 1em; vertical-align:text-bottom; }
.searchbox input[type="search"] { font-size:1.2em; padding:.2em .5em .2em 1.5em; background:#fff url('../img/actions/search.svg') no-repeat .5em center; border:0; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70);opacity:.7; -webkit-transition:opacity 300ms; -moz-transition:opacity 300ms; -o-transition:opacity 300ms; transition:opacity 300ms; margin-top:10px; float:right; }
input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; }