[vhffs-dev] [426] Undone previous changes to vhffs template |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 426
Author: beuss
Date: 2007-01-30 18:22:46 +0000 (Tue, 30 Jan 2007)
Log Message:
-----------
Undone previous changes to vhffs template
All new changes will be made in vhffs-ng theme (inclued in some future commit)
Modified Paths:
--------------
branches/vhffs_4.1/vhffs-panel/templates/cvs/prefs.tmpl
branches/vhffs_4.1/vhffs-panel/themes/vhffs/main.css
Removed Paths:
-------------
branches/vhffs_4.1/vhffs-panel/themes/vhffs/images/buttonbg.png
Modified: branches/vhffs_4.1/vhffs-panel/templates/cvs/prefs.tmpl
===================================================================
--- branches/vhffs_4.1/vhffs-panel/templates/cvs/prefs.tmpl 2007-01-30 18:17:10 UTC (rev 425)
+++ branches/vhffs_4.1/vhffs-panel/templates/cvs/prefs.tmpl 2007-01-30 18:22:46 UTC (rev 426)
@@ -23,13 +23,11 @@
<h2><tmpl_var name="PERM_TITLE"></h2>
<form method="post" action="/cvs/prefs_save.pl">
<p>
- <label>
- <tmpl_var name="PERM_TEXT">
- </label>
- </p>
- <p class="button" id="buttonSend">
+ <tmpl_var name="PERM_TEXT">
+ </p>
+ <p class="button">
+ <input type="submit" value="<tmpl_var name="PERM_BUTTON">" />
<input type="hidden" name="REPO_NAME" value="<tmpl_var name="TEXT_REPONAME">" />
- <input type="submit" value="<tmpl_var name="PERM_BUTTON">" />
</p>
</form>
Deleted: branches/vhffs_4.1/vhffs-panel/themes/vhffs/images/buttonbg.png
===================================================================
(Binary files differ)
Modified: branches/vhffs_4.1/vhffs-panel/themes/vhffs/main.css
===================================================================
--- branches/vhffs_4.1/vhffs-panel/themes/vhffs/main.css 2007-01-30 18:17:10 UTC (rev 425)
+++ branches/vhffs_4.1/vhffs-panel/themes/vhffs/main.css 2007-01-30 18:22:46 UTC (rev 426)
@@ -58,13 +58,6 @@
-moz-border-radius: 4px;
}
-input[type="submit"], input[type="button"] {
- background-image: url('./images/buttonbg.png');
- background-repeat: repeat-x;
- background-position: bottom center;
- background-color: white;
-}
-
input:hover, textarea:hover, select:hover
{
background-color: white;