summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.css2
-rw-r--r--core/css/share.css38
-rw-r--r--core/css/styles.css43
3 files changed, 65 insertions, 18 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 0371f2bbde7..23e0c519d00 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -72,7 +72,7 @@
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
- opacity: .5;
+ opacity: .57;
}
#app-navigation .active,
#app-navigation .active a,
diff --git a/core/css/share.css b/core/css/share.css
index 0d687cb76da..6467cc0239c 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -23,29 +23,29 @@
}
}
-#dropdown.shareDropDown .unshare.icon-loading-small {
+.shareTabView .unshare.icon-loading-small {
margin-top: 1px;
}
-#dropdown.shareDropDown .shareWithLoading,
-#dropdown.shareDropDown .linkShare .icon-loading-small {
+.shareTabView .shareWithLoading,
+.shareTabView .linkShare .icon-loading-small {
display: inline-block !important;
padding-left: 10px;
}
-#dropdown.shareDropDown .shareWithLoading {
+.shareTabView .shareWithLoading {
position: relative;
right: 70px;
top: 2px;
}
-#dropdown.shareDropDown .icon-loading-small.hidden {
+.shareTabView .icon-loading-small.hidden {
display: none !important;
}
-#dropdown .shareWithRemoteInfo {
+.shareTabView .shareWithRemoteInfo {
padding: 11px 20px;
}
-#dropdown .avatar {
+.shareTabView .avatar {
margin-right: 8px;
display: inline-block;
overflow: hidden;
@@ -87,12 +87,12 @@
#shareWithList li label{
margin-right: 8px;
}
-#dropdown label {
+.shareTabView label {
font-weight:400;
white-space: nowrap;
}
-#dropdown input[type="checkbox"] {
+.shareTabView input[type="checkbox"] {
margin:0 3px 0 8px;
vertical-align: middle;
}
@@ -115,19 +115,29 @@ a.unshare {
padding-top:8px;
}
-#dropdown input[type="text"],#dropdown input[type="password"] {
- width: 86%;
+.shareTabView input[type="text"],
+.shareTabView input[type="password"],
+.shareTabView input[type="submit"] {
margin-left: 7px;
}
-#dropdown form {
+.shareTabView input[type="text"],
+.shareTabView input[type="password"] {
+ width: 86%;
+}
+
+.shareTabView form {
font-size: 100%;
margin-left: 0;
margin-right: 0;
}
-#linkText,#linkPass,#expiration {
- display:none;
+.shareTabView .error {
+ color: #e9322d;
+ border-color: #e9322d;
+ -webkit-box-shadow: 0 0 6px #f8b9b7;
+ -moz-box-shadow: 0 0 6px #f8b9b7;
+ box-shadow: 0 0 6px #f8b9b7;
}
#link #showPassword img {
diff --git a/core/css/styles.css b/core/css/styles.css
index 9219068dc38..2ec5129a1c5 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -158,8 +158,42 @@ textarea:hover, textarea:focus, textarea:active {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}
-input[type="checkbox"] { margin:0; padding:0; height:auto; width:auto; }
-input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#111 !important; }
+input[type="checkbox"] {
+ margin:0;
+ padding:0;
+ height:auto;
+ width:auto;
+ display: none;
+}
+
+input[type="checkbox"] + label:before {
+ content: "";
+ display: inline-block;
+
+ height: 20px;
+ width: 20px;
+ vertical-align: middle;
+
+ background: url('../img/actions/checkbox.svg') left center no-repeat;
+ opacity: 0.7;
+}
+
+input[type="checkbox"].white + label:before {
+ background-image: url('../img/actions/checkbox-white.svg');
+}
+
+input[type="checkbox"]:checked + label:before {
+ background-image: url('../img/actions/checkbox-checked.svg');
+}
+
+input[type="checkbox"].white:checked + label:before {
+ background-image: url('../img/actions/checkbox-checked-white.svg');
+}
+
+input[type="checkbox"]:hover+label:before, input[type="checkbox"]:focus+label:before {
+ color:#111 !important;
+}
+
input[type="time"] {
width: initial;
height: 31px;
@@ -614,7 +648,6 @@ label.infield {
margin: 0;
padding: 14px;
padding-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; }
@@ -673,6 +706,9 @@ label.infield {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
opacity: .3;
}
+#show + label:before, #dbpassword + label:before, #personal-show + label:before {
+ display: none;
+}
#pass2, input[name="personal-password-clone"] {
padding: .6em 2.5em .4em .4em;
width: 8em;
@@ -814,6 +850,7 @@ label.infield {
opacity: .7;
}
#body-login .remember-login-container {
+ margin-top: 10px;
text-align: center;
}