Removed some crufty CSS classes in enano-shared (thanks Vadi)
authorDan
Sun, 18 Jan 2009 18:09:08 -0500
changeset 321 5ae3a82c15f1
parent 319 35e175170222
child 322 44b68ee8d2f5
Removed some crufty CSS classes in enano-shared (thanks Vadi)
includes/clientside/css/enano-shared.css
--- a/includes/clientside/css/enano-shared.css	Sat Jan 17 11:57:02 2009 -0500
+++ b/includes/clientside/css/enano-shared.css	Sun Jan 18 18:09:08 2009 -0500
@@ -190,62 +190,6 @@
 div.search-lobar       { background-color: #E5EFFF; margin: 0; padding: 5px; }
 
 /*
- * Search box
- */
- 
-input.js-search-box {
-  font-size: 13px;
-  margin: 0;
-  padding: 1px !important;
-  background-image: url(../../../images/search-box-normal.gif);
-  height: 15px;
-  background-repeat: repeat-x;
-  border-width: 1px;
-  border-style: solid;
-  border-color: #6c6c6c;
-  color: #C0C0C0;
-}
-
-input.js-search-box:focus {
-  background-image: url(../../../images/search-box-hilite.gif);
-  color: #666;
-}
-
-div.js-search-submit {
-  display: block;
-  position: absolute;
-  width: 24px;
-  height: 19px;
-  font-size: 1px;
-  line-height: 19px;
-  clip: rect(0px, 24px, 19px, 0px);
-  overflow: hidden;
-  margin: 0;
-  padding: 0;
-  background: transparent url(../../../images/search-btn-normal.png) no-repeat !important;
-  background-repeat: no-repeat;
-  cursor: pointer;
-}
-
-div.js-search-submit:hover {
-  background-image: url(../../../images/search-btn-hilite.png);
-}
-
-input[type ^="text"].username, input[type ^="password"].password {
-  padding: 2px 2px 2px 27px;
-  width: 96px;
-  height: 15px;
-  border: 0px none #000;
-  font-size: 11px;
-}
-input[type ^="text"].username {
-  background-image: url(../../../images/login-username.png);
-}
-input[type ^="password"].password {
-  background-image: url(../../../images/login-password.png);
-}
-
-/*
  * jBox menu system
  */