aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/ui
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r--public/ng/less/ui/form.less31
-rw-r--r--public/ng/less/ui/panel.less8
2 files changed, 23 insertions, 16 deletions
diff --git a/public/ng/less/ui/form.less b/public/ng/less/ui/form.less
index 4a681994..85fa0aa1 100644
--- a/public/ng/less/ui/form.less
+++ b/public/ng/less/ui/form.less
@@ -1,9 +1,8 @@
@import "var";
-// colored buttons
+// Button.
.btn {
- &:hover {
- }
+ white-space: nowrap;
}
.btn-small {
font-size: 0.9*@baseFontSize;
@@ -102,6 +101,9 @@
box-sizing: content-box;
text-align: center;
}
+.btn-comb {
+ margin-left: -1px;
+}
.btn-disabled {
opacity: .6;
@@ -116,25 +118,24 @@
}
// input form elements
-
.ipt {
- &:focus {
- border-color: @iptFocusBorderColor;
- }
+ &:focus {
+ border-color: @iptFocusBorderColor;
+ }
}
-
.ipt-radius {
- border-radius: .25em;
+ border-radius: .25em;
}
-
.ipt-small {
- font-size: .8*@baseFontSize;
+ font-size: .8*@baseFontSize;
}
-
.ipt-large {
- font-size: 1.2*@baseFontSize;
+ font-size: 1.2*@baseFontSize;
+}
+.ipt-textarea {
+ height: auto !important;
+ width: auto;
}
-
.ipt-disabled,
input[disabled] {
background-color: @iptDisabledColor !important;
@@ -144,14 +145,12 @@ input[disabled] {
color: #888;
cursor: not-allowed;
}
-
.ipt-readonly,
input[readonly] {
&:focus {
background-color: @iptDisabledColor !important;
}
}
-
.ipt-error {
border-color: @iptErrorBorderColor !important;
background-color: @iptErrorFocusColor !important;
diff --git a/public/ng/less/ui/panel.less b/public/ng/less/ui/panel.less
index c4bba16e..929de21e 100644
--- a/public/ng/less/ui/panel.less
+++ b/public/ng/less/ui/panel.less
@@ -36,6 +36,14 @@
border-bottom-right-radius: .3em;
}
}
+ &.panel-info {
+ border-color: #85c5e5;
+ > .panel-header {
+ color: #31708f;
+ background-color: #d9edf7;
+ border-color: #85c5e5;
+ }
+ }
&.panel-warning {
border-color: #F0C36D;
> .panel-header {