OLD | NEW |
---|---|
1 #inetTitle { | 1 #inetTitle { |
2 border: none; | 2 border: none; |
3 } | 3 } |
4 | 4 |
5 #network-general-div { | 5 #network-general-div { |
6 -webkit-margin-start: 15px; | 6 -webkit-margin-start: 15px; |
7 } | 7 } |
8 | 8 |
9 #networking-controls { | 9 #networking-controls { |
10 display: -webkit-box; | 10 display: -webkit-box; |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
89 .network-item[connected] > * > button { | 89 .network-item[connected] > * > button { |
90 visibility: visible; | 90 visibility: visible; |
91 } | 91 } |
92 | 92 |
93 .network-item-box-spacer { | 93 .network-item-box-spacer { |
94 -webkit-box-flex: 1; | 94 -webkit-box-flex: 1; |
95 } | 95 } |
96 | 96 |
97 #detailsInternetPage { | 97 #detailsInternetPage { |
98 min-width: 400px; | 98 min-width: 400px; |
99 min-height: 420px; | 99 min-height: 380px; |
Dmitry Polukhin
2011/06/04 18:15:22
Could you please make sure that first tab for GSM
tbarzic
2011/06/08 04:09:56
I don't think it fits...the window gets resized so
| |
100 padding-bottom: 40px; | |
100 position: relative; | 101 position: relative; |
101 } | 102 } |
102 | 103 |
103 #details-plan-table { | 104 #details-plan-table { |
104 width: 100%; | 105 width: 100%; |
105 } | 106 } |
106 | 107 |
107 #planSummary { | 108 #planSummary { |
108 width: 350px; | 109 width: 350px; |
109 padding-bottom: 5px; | 110 padding-bottom: 5px; |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
147 } | 148 } |
148 | 149 |
149 #ipConfigList .name { | 150 #ipConfigList .name { |
150 width: 40%; | 151 width: 40%; |
151 } | 152 } |
152 | 153 |
153 #ipConfigList .value { | 154 #ipConfigList .value { |
154 -webkit-box-flex: 1; | 155 -webkit-box-flex: 1; |
155 color: #666; | 156 color: #666; |
156 } | 157 } |
OLD | NEW |