summaryrefslogtreecommitdiff
path: root/static-http/astman.css
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-04-01 08:49:54 +0000
committerMark Spencer <markster@digium.com>2006-04-01 08:49:54 +0000
commitbfba044b5f2acc4d83f0d995a03f421ef9d826b7 (patch)
tree7d74fc1d9c8da4425d180dec71f1e3dbe9b29d7e /static-http/astman.css
parent46a1b7c73b8d8d47efbd6fb7529562858ae883cf (diff)
Flesh out the remainder of the manager + http changes and create a sample application to partially
demonstrate the capability of manager over http. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'static-http/astman.css')
-rw-r--r--static-http/astman.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/static-http/astman.css b/static-http/astman.css
new file mode 100644
index 000000000..fbf2b2cf9
--- /dev/null
+++ b/static-http/astman.css
@@ -0,0 +1,34 @@
+.chanlist {
+ border : 1px solid #1f669b;
+ height : 150px;
+ overflow : auto;
+ background-color : #f1f1f1;
+ width : 600;
+}
+
+.chantable {
+ border : 0px;
+ background-color : #f1f1f1;
+ width : 100%;
+}
+
+.labels {
+ background-color : #000000;
+ color : #ffffff;
+}
+
+.chanlisteven {
+ background-color : #fff8e4;
+}
+
+.chanlistodd {
+ background-color : #f0f5ff;
+}
+
+.chanlistselected {
+ background-color : #ffb13d;
+}
+
+.light {
+ color : #717171;
+}