mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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
This commit is contained in:
34
static-http/astman.css
Normal file
34
static-http/astman.css
Normal file
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user