Author: admitriev
Date: 2008-02-21 12:11:07 -0500 (Thu, 21 Feb 2008)
New Revision: 6267
Removed:
management/design/standardComponent/hs~advanced.css
management/design/standardComponent/hs~example.html
Modified:
management/design/standardComponent/basic.css
Log:
Modified: management/design/standardComponent/basic.css
===================================================================
--- management/design/standardComponent/basic.css 2008-02-21 17:02:26 UTC (rev 6266)
+++ management/design/standardComponent/basic.css 2008-02-21 17:11:07 UTC (rev 6267)
@@ -3,9 +3,16 @@
font-family: verdana /*generalFamilyFont*/;
color : #000000 /*controlTextColor*/;
}
-fieldset {
+fieldset{
border-width: 1px;
border-style : solid;
padding:10px;
+ border-color : #BED6F8 /*panelBorderColor*/;
}
+hr{
+ border-width: 1px;
+ border-style : solid;
+ border-color : #BED6F8 /*panelBorderColor*/;
+}
+
Deleted: management/design/standardComponent/hs~advanced.css
===================================================================
--- management/design/standardComponent/hs~advanced.css 2008-02-21 17:02:26 UTC (rev
6266)
+++ management/design/standardComponent/hs~advanced.css 2008-02-21 17:11:07 UTC (rev
6267)
@@ -1,91 +0,0 @@
-button, input[type="reset"], input[type="submit"],
input[type="button"] {
- border-width: 1px;
- border-color : #BED6F8 /*panelBorderColor*/;
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*headerTextColor*/;
- background-color : #BED6F8 /*headerBackgroundColor*/;
- background-image : url(btn_bg.gif)/*from headerGradientColor to headerBackgroundColor,
width generalSizeFont*/;
- background-repeat : repeat-x;
- background-position : top left;
-}
-
-textarea, input[type="text"], input[type="password"], select{
- border-width: 1px;
- border-style : inset;
- border-color : #BED6F8 /*panelBorderColor*/;
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*controlTextColor*/;
- background-color : #FFFFFF /*controlBackgroundColor*/;
- background-image : url(input_bg.gif)/*from additionalBackgroundColor to
controlBackgroundColor, width generalSizeFont*/;
- background-repeat : no-repeat;
- background-position : 1px 1px;
- }
-
-
-input, select, textarea, button, keygen, isindex {
- border-width: 1px;
- border-color : #BED6F8 /*panelBorderColor*/;
- color : #000000 /*controlTextColor*/;
-}
-
-
- .input_def{
- border-width: 1px;
- border-style : inset;
- border-color : #BED6F8 /*panelBorderColor*/;
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*controlTextColor*/;
- background-color : #FFFFFF /*controlBackgroundColor*/;
- background-image : url(input_bg.gif)/*from additionalBackgroundColor to
controlBackgroundColor, width generalSizeFont*/;
- background-repeat : no-repeat;
- background-position : 1px 1px;
- }
- .input_sel{
- border-width: 1px;
- border-style : inset;
- border-color : #BED6F8 /*panelBorderColor*/;
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*controlTextColor*/;
- background-color : #FFF2D0 /*NEW - inputLightColor*/;
- }
- .input_error{
- border-width: 1px;
- border-style : inset;
- border-color : #BED6F8 /*panelBorderColor*/;
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*controlTextColor*/;
- background-color : #FFE6E6 /*NEW - errorBackgroundColor*/;
- background-image : url(input_error.gif); /*NEW - errorColor*/
- background-repeat : no-repeat;
- background-position : center right;
- }
- .btn_def{
- border-width: 1px;
- border-style : outset;
- border-color : #BED6F8 /*panelBorderColor*/;
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*headerTextColor*/;
- background-color : #BED6F8 /*headerBackgroundColor*/;
- background-image : url(btn_bg.gif)/*from headerGradientColor to headerBackgroundColor,
width generalSizeFont*/;
- background-repeat : repeat-x;
- background-position : top left;
- }
- .btn_press{
- border-width: 1px;
- border-style : inset;
- border-color : #BED6F8 /*panelBorderColor*/;
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*headerTextColor*/;
- background-color : #BED6F8 /*headerBackgroundColor*/;
- background-image : url(btn_press_bg.gif)/*from headerBackgroundColor to
headerGradientColor, width generalSizeFont*/;
- background-repeat : repeat-x;
- background-position : bottom left;
- }
-
Deleted: management/design/standardComponent/hs~example.html
===================================================================
--- management/design/standardComponent/hs~example.html 2008-02-21 17:02:26 UTC (rev
6266)
+++ management/design/standardComponent/hs~example.html 2008-02-21 17:11:07 UTC (rev
6267)
@@ -1,43 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-
-<html>
-<head>
- <title>Untitled</title>
-
-<link rel="STYLESHEET" type="text/css"
href="basic.css">
-<link rel="STYLESHEET" type="text/css"
href="advanced.css">
-</head>
-
-<body>
-
-<fieldset>
-<legend>Legend</legend>
-<button>Test</button>
-<input type="Button" value="Test">
-<input type="Checkbox">
-<input type="File">
-<input type="Radio">
-<input type="Text" value="Test">
-<select size="1">
- <option>Test</option>
-</select>
-
-<select multiple>
- <option>Test</option>
- <option>Test1</option>
- <option>Test2</option>
- <option>Test3</option>
-</select>
-
-
-<br><br>
-<textarea>text</textarea>
-
-<keygen />
-<br><br>
-<isindex />
-
-</fieldset>
-</body>
-</html>
Show replies by date