From ff402bd8de1edd97bb06d30d7600212b5fc22f16 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 28 Aug 2007 19:33:29 +0000 Subject: moved css files to assets folder. --- framework/Web/UI/WebControls/TTabPanel.css | 71 ------------------------------ 1 file changed, 71 deletions(-) delete mode 100644 framework/Web/UI/WebControls/TTabPanel.css (limited to 'framework/Web/UI/WebControls/TTabPanel.css') diff --git a/framework/Web/UI/WebControls/TTabPanel.css b/framework/Web/UI/WebControls/TTabPanel.css deleted file mode 100644 index 43a42c60..00000000 --- a/framework/Web/UI/WebControls/TTabPanel.css +++ /dev/null @@ -1,71 +0,0 @@ -.tab-panel -{ - position: relative; - float: left; - width: 100%; -} - -.tab-normal -{ - font-family: Verdana, Helvetica, Arial; - font-size: 12px; - display: inline; - margin: 1px -5px 1px 5px; - float: left; - padding: 3px 6px 4px 6px; - background: rgb(234,242,255); - border: 1px solid; - border-color: rgb(120,172,255); - z-index: 1; - position: relative; - top: 0; -} - -.tab-active -{ - position: relative; - display: inline; - float: left; - - font-family: Verdana, Helvetica, Arial; - font-size: 12px; - - border: 1px solid rgb(120,172,255); - border-bottom: 0; - z-index: 3; - padding: 2px 6px 8px 6px; - margin: 1px -6px -2px 0px; - top: -2px; - background: white; -} - -.tab-view -{ - clear: both; - border: 1px solid rgb(120,172,255); - z-index: 2; - position: relative; - top: -2px; - padding: 10px; -} - -.tab-active a -{ - color: black; - text-decoration: none; - font-weight: bold; -} - -.tab-normal a -{ - color: gray; - text-decoration: none; - font-weight: bold; -} - -.tab-normal a:hover, .tab-normal a:focus -{ - color: rgb(120,172,255); - text-decoration: none; - font-weight: bold; -} \ No newline at end of file -- cgit v1.2.3