rbrindley: branch 2.0 r4878 - /branches/2.0/config/features.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Jun 18 15:42:15 CDT 2009
Author: rbrindley
Date: Thu Jun 18 15:42:11 2009
New Revision: 4878
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4878
Log:
- whitespaced css to be more readable
Modified:
branches/2.0/config/features.html
Modified: branches/2.0/config/features.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/features.html?view=diff&rev=4878&r1=4877&r2=4878
==============================================================================
--- branches/2.0/config/features.html (original)
+++ branches/2.0/config/features.html Thu Jun 18 15:42:11 2009
@@ -23,135 +23,41 @@
<head>
<link href="stylesheets/schwing.css" media="all" rel="stylesheet" type="text/css" />
<style type="text/css">
- body {
- background-color: #efefef;
- }
-
- #right_container {
- float: right;
- width: 60%;
- }
-
- #left_container {
- width: 40%;
- }
-
- #bottom_container {
- clear: both;
- }
-
- .section {
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- background-color: #ffffff;
- border: 1px solid #6b79a5;
- margin: 4px;
- padding: 4px;
- }
-
- .section .title {
- color: #6b79a5;
- font-size: 16px;
- font-weight: bold;
- }
-
- #feature_map .checkbox {
- float: left;
- padding: 0px;
- margin: 4px;
- }
-
- #call_parking .feature label, #feature_map .feature label, #feature_options .feature label {
- float: left;
- margin-right: 5px;
- text-align: right;
- }
-
- #call_parking .feature label {
- width: 200px;
- }
-
- #feature_options .feature label {
- width: 150px;
- }
-
- #feature_map .feature label {
- width: 120px;
- }
-
- .feature label {
- width: 200px;
- }
-
- .section .enabled {
- color: #000000;
- }
-
- .section .disabled {
- color: #666666;
- }
-
- .ui-tabs-panel {
- text-align: left;
- }
-
- #application_map_list {
- margin-top 5px;
- margin-bottom 10px;
- padding: 1px;
- text-align: center;
- width: 96%;
- }
-
- #application_map_list thead tr {
- background: #6b79a5;
- color: #ced7ef;
- }
-
- #application_map_list thead th {
- font-weight: bold;
- }
-
- #application_map_list tr td {
- padding: 3px;
- }
-
- #application_map_list tr.even {
- background: #dfdfdf;
- }
-
- #application_map_list tr.odd {
- background: #ffffff;
- }
-
- #dial_options {
- height: 305px;
- }
-
- td.buttons, th.buttons {
- width: 100px;
- }
-
- .update {
- background-color: #ffc58a;
- border: 1px dotted #e8440c;
- display: none;
- padding: 2px;
- padding-left: 4px;
- padding-right: 4px;
- }
-
- .error {
- background-color: #ffaeae;
- }
-
- .hidden {
- display: none;
- }
-
- .template {
- display: none;
- }
+ body { background-color: #efefef; }
+
+ #right_container { float: right; width: 60%; }
+ #left_container { width: 40%; }
+ #bottom_container { clear: both; }
+
+ .section { -moz-border-radius: 8px; -webkit-border-radius: 8px; background-color: #ffffff; border: 1px solid #6b79a5; margin: 4px; padding: 4px; }
+ .section .title { color: #6b79a5; font-size: 16px; font-weight: bold; }
+ .section .enabled { color: #000000; }
+ .section .disabled { color: #666666; }
+
+ #call_parking .feature label, #feature_map .feature label, #feature_options .feature label { float: left; margin-right: 5px; text-align: right; }
+ #call_parking .feature label { width: 200px; }
+ #feature_options .feature label { width: 150px; }
+ #feature_map .feature label { width: 120px; }
+ #feature_map .checkbox { float: left; padding: 0px; margin: 4px; }
+ .feature label { width: 200px; }
+
+ .ui-tabs-panel { text-align: left; }
+
+ #application_map_list { margin-top 5px; margin-bottom 10px; padding: 1px; text-align: center; width: 96%; }
+ #application_map_list thead tr { background: #6b79a5; color: #ced7ef; }
+ #application_map_list thead th { font-weight: bold; }
+ #application_map_list tr td { padding: 3px; }
+ #application_map_list tr.even { background: #dfdfdf; }
+ #application_map_list tr.odd { background: #ffffff; }
+ #application_map_list td.buttons, th.buttons { width: 100px; }
+
+ #dial_options { height: 305px; }
+
+
+ .update { background-color: #ffc58a; border: 1px dotted #e8440c; display: none; padding: 2px; padding-left: 4px; padding-right: 4px; }
+ .error { background-color: #ffaeae; }
+ .hidden { display: none; }
+ .template { display: none; }
</style>
</head>
<body>
More information about the asterisk-gui-commits
mailing list