From 952dc1a0c846c73c716052d083a9d708e1dd269d Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 6 Jun 2016 01:39:06 +0800 Subject: [PATCH] fix style bug --- app/styles/aria-ng.css | 14 +++++++++++++- app/views/setting.html | 43 ++++++++++++++++-------------------------- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/app/styles/aria-ng.css b/app/styles/aria-ng.css index c385df4..26e2183 100644 --- a/app/styles/aria-ng.css +++ b/app/styles/aria-ng.css @@ -359,6 +359,14 @@ td { color: #208fe5; } +.skin-aria-ng .has-success .input-group .input-group-addon { + border-color: #00a65a; +} + +.skin-aria-ng .has-error .input-group .input-group-addon { + border-color: #dd4b39; +} + /* font-awesome extend */ .fa-half { font-size: 0.5em; @@ -696,10 +704,14 @@ td { color: #3c8dbc; } -.settings-table .setting-value .form-group .form-control-feedback { +.settings-table .setting-value .form-group select.form-control + .form-control-icon > .form-control-feedback { right: 10px; } +.settings-table .setting-value .input-group .form-group .form-control:focus { + z-index: inherit; +} + .settings-table .tip { background-color: #fff !important; font-size: 12px; diff --git a/app/views/setting.html b/app/views/setting.html index 6ef7bd7..9f2cabe 100644 --- a/app/views/setting.html +++ b/app/views/setting.html @@ -8,35 +8,24 @@ ng-bind="'format.settings.total-count' | translate: {count: getTotalCount()}">
-
-
-
- -
- -
+
+
+ + + +
+
-
-
- -
- -
-
-
-
-
- -
- -
-
-
- +