Răsfoiți Sursa

fixed html buttons

Serghey Rodin 13 ani în urmă
părinte
comite
ebf9994fb7

+ 0 - 1
web/templates/admin/edit_db.html

@@ -36,7 +36,6 @@
         </tr></table>
         <table class="data-col2" width="600px">
             <form method="post" name="v_add_user">
-            <tr><td style="padding: 10 0 0 2px; color:99a7af;" >Prefix "<?php echo $user."_"; ?>" will be automaticaly added to database name and database user</td></tr>
             <tr><td class="add-text" style="padding: 10 0 0 2px;">Database</td></tr>
             <tr><td><input type="text" size="20" class="add-input" name="v_database" <?php if (!empty($v_database)) echo "value=".$v_database; ?> disabled></td></tr>
             <tr><td class="add-text" style="padding: 10px 0 0 2px;">Username</td></tr>

+ 1 - 1
web/templates/admin/menu_log.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td width="142px" style="padding: 28px 0 32px 6px">
+    <td width="142px" style="padding: 24px 0 31px 6px">
     <td style="text-align: right;"><input type="text" size="30" style="padding: 3px 80px 3px 0;"> <button> Search </button></td>
 </tr>
 </table>

+ 1 - 1
web/templates/admin/menu_rrd.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr >
-    <td style="padding: 24px 0 16px 24px">
+    <td style="padding: 19px 0 16px 22px">
         <a class="add" <?php if ((empty($_GET['period'])) || ($_GET['period'] == 'daily')) echo "style='color: #34536A'" ?> href="?period=daily">Daily</a>
         <a class="add" <?php if ($_GET['period'] == 'weekly') echo "style='color: #34536A'" ?> href="?period=weekly">Weekly</a>
         <a class="add" <?php if ($_GET['period'] == 'monthly') echo "style='color: #34536A'" ?> href="?period=monthly">Monthly</a>

+ 1 - 1
web/templates/admin/menu_stats.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td width="142px" style="padding: 28px 0 32px 6px">
+    <td width="142px" style="padding: 24px 0 31px 6px">
     <td style="text-align: right;"><input type="text" size="30" style="padding: 3px 80px 3px 0;"> <button> Search </button></td>
 </tr>
 </table>

+ 15 - 4
web/templates/login.html

@@ -40,7 +40,7 @@
         padding: 10px 0 0 2px;
         color: #433832;
         font-family: Arial, sans-serif;
-        font-size: 14pt;
+        font-size: 12pt;
     }
     .login-text1 a {
         padding: 0 6px;
@@ -80,11 +80,22 @@
     .loggin-button {
         padding: 4px;
         margin: 0 6px 0 0;
-        font-size: 10pt;
-
+        cursor: pointer;
+        color: #333333;
+        background-color: #f6f6f6;
+        border: 1px solid #ACACAC;
+        border-radius: 3px 3px 3px 3px;
+        font-size: 12px;
+        padding: 3px 16px;
+        width: 105px;
     }
 
-
+    .loggin-button:hover {
+        background-color: #f0f0f0;
+    }
+    button:active {
+        background-color: #EBE9DC;
+    }
     </style>
 </head>
 <body>