Showing 8 changed files with 12 additions and 12 deletions
+1 -1
templates/auto/_admin/user/create.html.ep
... ...
@@ -77,7 +77,7 @@
77 77
     % }
78 78
     
79 79
     <div class="text-center"><h3>Create User</h3></div>
80
-    <div class="well" style="background-color:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto">
80
+    <div class="well" style="background:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto">
81 81
       <form action="<%= url_for->query(op => 'create') %>" method="post">
82 82
         <div class="control-group">
83 83
           <label class="control-label" for="user-name">User name</label>
+1 -1
templates/auto/_admin/user/delete.html.ep
... ...
@@ -80,7 +80,7 @@
80 80
     % }
81 81
     
82 82
     <div class="text-center"><h3>Delete User</h3></div>
83
-    <div class="well" style="background-color:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto">
83
+    <div class="well" style="background:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto">
84 84
       <form action="<%= url_for->query(op => 'delete') %>" method="post">
85 85
         <div class="control-group">
86 86
           <label class="control-label" for="user-name">User name</label>
+1 -1
templates/auto/_login.html.ep
... ...
@@ -100,7 +100,7 @@
100 100
     % }
101 101
       
102 102
     <div class="well border-gray"
103
-      style="background-color:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto"
103
+      style="background:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto"
104 104
     >
105 105
       <form action="<%= url_for->query(op => 'login') %>" method="post">
106 106
         <div class="control-group">
+1 -1
templates/auto/_start.html.ep
... ...
@@ -68,7 +68,7 @@
68 68
       </div>
69 69
     % }
70 70
     <div class="text-center"><h3>Create Admin User</h3></div>
71
-    <div class="well" style="background-color:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto">
71
+    <div class="well" style="background:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto">
72 72
       <form action="<%= url_for->query(op => 'create') %>" method="post">
73 73
         <div class="control-group">
74 74
           <label class="control-label" for="user-name">User name</label>
+1 -1
templates/auto/reset-password.html.ep
... ...
@@ -120,7 +120,7 @@
120 120
       </div>
121 121
     % }
122 122
     <div class="text-center"><h3>Reset Password</h3></div>
123
-    <div class="well" style="background-color:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto">
123
+    <div class="well" style="background:white;padding-top:15px;padding-left:60px;width:300px;margin-left:auto;margin-right:auto">
124 124
       <form action="<%= url_for->query(op => 'reset') %>" method="post">
125 125
         <div class="control-group">
126 126
           <label class="control-label" for="user-name">User name</label>
+3 -3
templates/css/common.html.ep
... ...
@@ -8,13 +8,13 @@
8 8
 
9 9
 /* Background color */
10 10
 .bk-blue-light {
11
-  background-color:#E6F1F6;
11
+  background:#E6F1F6;
12 12
 }
13 13
 .bk-black {
14
-  background-color:black;
14
+  background:black;
15 15
 }
16 16
 .bk-gray-light {
17
-  background-color:#eee;
17
+  background:#eee;
18 18
 }
19 19
 
20 20
 /* Border radius */
+3 -3
templates/include/blobdiff_body.html.ep
... ...
@@ -61,13 +61,13 @@
61 61
           }
62 62
         %>
63 63
         <tr >
64
-          <td style="font-size:12px;color:#aaa;padding:0 7px;border-right:1px <%= $border_color %> solid;background-color:<%= $bk_color_line %>;">
64
+          <td style="font-size:12px;color:#aaa;padding:0 7px;border-right:1px <%= $border_color %> solid;background:<%= $bk_color_line %>;">
65 65
             <%= $line->{before_line_num} %>
66 66
           </td>
67
-          <td style="font-size:12px;color:#aaa;padding:0 7px;border-right:1px <%= $border_color %> solid;background-color:<%= $bk_color_line %>;">
67
+          <td style="font-size:12px;color:#aaa;padding:0 7px;border-right:1px <%= $border_color %> solid;background:<%= $bk_color_line %>;">
68 68
             <%= $line->{after_line_num} %>
69 69
           </td>
70
-          <td style="width:100%;padding-left:7px;background-color:<%= $bk_color %>;">
70
+          <td style="width:100%;padding-left:7px;background:<%= $bk_color %>;">
71 71
             <pre style="border:none;background:none;padding:0;margin:0"><%= $value %></pre>
72 72
           </td>
73 73
         </tr>
+1 -1
templates/settings.html.ep
... ...
@@ -219,7 +219,7 @@
219 219
     </div>
220 220
     
221 221
     <div>
222
-      <div class="border-gray bk-gray-light" style="background-color:red;padding-left:5px">
222
+      <div class="border-gray bk-gray-light" style="background:red;padding-left:5px">
223 223
         <h4 style="color:white">Danger Zone</h4>
224 224
       </div>
225 225
       <div class="border-gray" style="padding:5px;border-top:none">