mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
CDR: Added View icon to right column.
CDR: List row Edit clicking disabled for Click-2-Call column cells. Themes: New style to accommodate width of single control icon (as currently used on CDR)
This commit is contained in:
@@ -70,6 +70,7 @@ form {
|
||||
}
|
||||
|
||||
td.list_control_icons {
|
||||
/* multiple icons exist (horizontally) */
|
||||
padding: none;
|
||||
padding-left: 3px;
|
||||
width: 50px;
|
||||
@@ -78,6 +79,16 @@ td.list_control_icons {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
td.list_control_icon {
|
||||
/* a single icon exists */
|
||||
padding: none;
|
||||
padding-left: 3px;
|
||||
width: 25px;
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
INPUT.btn {
|
||||
font-family: verdana;
|
||||
font-size: 11px;
|
||||
|
||||
Reference in New Issue
Block a user