Subversion Repository Public Repository

Nextrek

Diff Revisions 586 vs 587 for /Android/SmartCharging/endPoints/nightly/control_panel/css/style.css

Diff revisions: vs.
  @@ -1,3 +1,8 @@
1 + .styleTable { border-collapse: separate; }
2 + .styleTable TD { font-weight: normal !important; padding: .4em; border-top-width: 0px !important; }
3 + .styleTable TH { text-align: center; padding: .8em .4em; }
4 + .styleTable TD.first, .styleTable TH.first { border-left-width: 0px !important; }
5 +
1 6 #cp_menu {
2 7 border: 0px;
3 8 display: inline-block;
  @@ -14,8 +19,10 @@
14 19 text-decoration: none;
15 20 }
16 21
17 - #full_local_info label{
18 - float: left;
19 - padding-right: 20px;
20 - text-align: right;
22 + #full_local_info{
23 + margin: 0 auto;
24 + }
25 +
26 + #button-wrapper {
27 + text-align: center;
21 28 }