[Hepserver-commits] hep/hep/web/styles tabs.css,1.1,1.2
Status: Alpha
Brought to you by:
abefettig
|
From: <abe...@us...> - 2003-08-07 17:00:58
|
Update of /cvsroot/hepserver/hep/hep/web/styles
In directory sc8-pr-cvs1:/tmp/cvs-serv22419/hep/web/styles
Modified Files:
tabs.css
Log Message:
Added login/logout link to web pages for switching between
anonymous and authenticated users.
Index: tabs.css
===================================================================
RCS file: /cvsroot/hepserver/hep/hep/web/styles/tabs.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tabs.css 10 Jul 2003 16:09:37 -0000 1.1
--- tabs.css 7 Aug 2003 17:00:26 -0000 1.2
***************
*** 9,14 ****
display: inline;
}
!
#tabs a {
float: right;
font-size: .8em;
--- 9,26 ----
display: inline;
}
!
#tabs a {
+ float: right;
+ font-size: .8em;
+ line-height: 1em;
+ display: inline;
+ margin-top: .2em;
+ margin-right: .3em;
+ padding: .2em 1em .3em 1em;
+ text-decoration: none;
+ color: #000;
+ }
+
+ #tabs li a {
float: right;
font-size: .8em;
|