aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/ui
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-09 15:40:10 -0700
committerUnknwon <joe2010xtmf@163.com>2014-08-09 15:40:10 -0700
commit9a1d5d2489d25778e26ab413cb9ee78d3fe2823a (patch)
tree4e31de40d92b96ba9fa8f45e5da442291303832e /public/ng/less/ui
parent9820b8e1342017edfe4f6ced9cc3a7d811449c7b (diff)
Finish new web hook pages
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r--public/ng/less/ui/form.less41
-rw-r--r--public/ng/less/ui/panel.less1
2 files changed, 21 insertions, 21 deletions
diff --git a/public/ng/less/ui/form.less b/public/ng/less/ui/form.less
index 268baea8..fa36b5dc 100644
--- a/public/ng/less/ui/form.less
+++ b/public/ng/less/ui/form.less
@@ -32,16 +32,15 @@
color: #FFF;
}
}
-
.btn-red {
- background-color: @btnRedColor;
- border: 1px solid @btnRedColor;
- &:hover {
- background-color: @btnHoverRedColor;
color: #FFF;
- }
+ background-color: @btnRedColor;
+ border: 1px solid @btnRedColor;
+ &:hover {
+ background-color: @btnHoverRedColor;
+ color: #FFF;
+ }
}
-
.btn-orange {
background-color: @btnOrangeColor;
border: 1px solid @btnOrangeColor;
@@ -73,33 +72,33 @@
// status buttons
.btn-active {
- box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 0 4px rgba(0, 0, 0, .15) inset
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 0 4px rgba(0, 0, 0, .15) inset
}
.btn-header {
margin-top: -1px;
color: white;
padding: 0 10px;
}
-
+.btn-link {
+ overflow: visible;
+ padding: .6em 1.2em;
+}
.btn-radius {
- border-radius: .25em;
+ border-radius: .25em;
}
-
.btn-left-radius {
- border-top-left-radius: .25em;
- border-bottom-left-radius: .25em;
+ border-top-left-radius: .25em;
+ border-bottom-left-radius: .25em;
}
-
.btn-right-radius {
- border-top-right-radius: .25em;
- border-bottom-right-radius: .25em;
+ border-top-right-radius: .25em;
+ border-bottom-right-radius: .25em;
}
-
.btn-block {
- display: block;
- width: 100%;
- box-sizing: content-box;
- text-align: center;
+ display: block;
+ width: 100%;
+ box-sizing: content-box;
+ text-align: center;
}
.btn-disabled {
diff --git a/public/ng/less/ui/panel.less b/public/ng/less/ui/panel.less
index f05f0c16..dc77715d 100644
--- a/public/ng/less/ui/panel.less
+++ b/public/ng/less/ui/panel.less
@@ -10,6 +10,7 @@
.panel-body {
background-color: white;
.panel-desc {
+ padding: 0 40px;
margin-bottom: 20px;
}
}