Index: lams_central/web/css/aqua.css =================================================================== diff -u -rafa975a95f818cf8f03f7a453de5eb0f9f2705db -rb910b46d96ca5f59acc6caad2881ecd7cec19a47 --- lams_central/web/css/aqua.css (.../aqua.css) (revision afa975a95f818cf8f03f7a453de5eb0f9f2705db) +++ lams_central/web/css/aqua.css (.../aqua.css) (revision b910b46d96ca5f59acc6caad2881ecd7cec19a47) @@ -682,6 +682,11 @@ text-align:right; font-size:1.2em; } +#login-right-col p.login-button{ +margin-top:-23px; +margin-right:50px; +text-align:right; +} #login-right-col a.button { background:url('../images/css/btn_off.gif') no-repeat 0px 20px; color:#333; @@ -757,233 +762,3 @@ /****** FLOATING BUTTON BOXES - TO ALIGN LEFT AND ALIGN RIGHT ON THE SAME LINE ********/ .left-buttons {float:left; margin-left:20px;} .right-buttons {float:right; margin-right:20px;} - - - - - - -/* NOTE1 START : the following labels are not contained in the new css*/ /*********************************************************************** -h2 { - font-size: small; - border-bottom-style: solid; - border-bottom-width: 1px; - border-bottom-color: #666666; - margin-bottom: 1px; -} - -th { - font-size: small; - color: #ffffff; - background-color: #075a8b; - text-align: left; -} - -.formtablecontainer { - text-align: center; -} - -.datatablecontainer { - width: 100%; -} - -.buttoncontainer { - -} - -input,select,textarea { - font-family: 'verdana', 'arial', 'helvetica', sans-serif; - font-size: small; -} - -.forms { - border: 1px solid #999999; - font-size: small; - font-style: normal; - width: 100%; -} - -.formlabel { - font-size: small; - font-style: normal; - text-align: right; - width: 20%; -} - -.formcontrol { - font-size: small; - font-style: normal; - text-align: left; -} - -.error { - font-size: small; - color: red; - font-style: normal; - text-align: left; -} -***********************************************************************/ /* NOTE1 END */ /********* tab styles **********/ /*tab styles*/ /* ***************************************************************************** -.tab { - text-align: center; -} - -.tab a { - font-size: 11px; - color: #000000; - text-decoration: none; -} - -.tab a:hover { - font-size: 11px; - color: #000000; - text-decoration: underline -} - -.tabcentre { - background-image: url(../images/aqua_tab_centre.gif); - background-repeat: repeat-x; -} - -.tabcentre_selected { - background-image: url(../images/aqua_tab_s_centre.gif); - background-repeat: repeat-x; -} - -.tabcentre_inactive { - background-image: url(../images/aqua_tab_i_centre.gif); - background-repeat: repeat-x; -} - - - *********************************************************************** */ /** Non Selected tab style **/ /* ********************************************************************** -.tableft td { - background: url(../images/aqua_tab_left.gif) no-repeat; -} - -.tabright td { - background: url(../images/aqua_tab_right.gif) no-repeat; -} - - -*********************************************************************** */ /** Selected tab style **/ /* ********************************************************************* -.tableft_selected td { - background: url(../images/aqua_tab_s_left.gif) no-repeat; -} - -.tableft_inactive td { - background: url(../images/aqua_tab_i_left.gif) no-repeat; -} - -.tabright_selected td { - background: url(../images/aqua_tab_s_right.gif) no-repeat; -} - -.tabright_inactive td { - background: url(../images/aqua_tab_i_right.gif) no-repeat; -} - -*************************************************************************/ /*Tab content containers*/ /* *********************************************************************** -.tabbody { - width: 98%; - background-color: #d9e8ff; - float: left; - margin: 0px 0px 0px 0px; - border-right-width: 1px; - border-left-width: 1px; - border-right-style: solid; - border-left-style: solid; - border-right-color: #0d3f59; - border-left-color: #0d3f59; - border-bottom-width: 1px; - border-bottom-style: solid; - border-bottom-color: #0d3f59; - padding: 5px; -} -***********************************************************************/ /*specific styles for the content divs of the tabs*/ /*********************************************************************** -.content_b { - z-index: 0; - position: relative; - visibility: visible; -} - -.content_a { - z-index: 0; - position: absolute; - visibility: hidden; -} - -.content_i { - z-index: 0; - position: absolute; - visibility: hidden; -} - -***********************************************************************/ /*end tabs*/ /*********************************************************************** -a.button { - float: right; - font-size: 12px; - color: #000000; - text-decoration: none; - text-align: center; - background-color: #b4c8fe; - margin: 2px 5px 2px 5px; - padding: 3px; - width: 80px; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: solid; - border-bottom-style: solid; - border-left-style: solid; - border-top-color: #ffffff; - border-right-color: #0d3f59; - border-bottom-color: #0d3f59; - border-left-color: #ffffff; -} - -a.button:link { - color: #000000; - text-decoration: none; - background-color: #b4c8fe; -} - -a.button:visited { - color: #000000; - text-decoration: none; - background-color: #b4c8fe; -} - -a.button:hover { - text-decoration: none; - background-color: #ffffff; -} - -a.button:active { - text-decoration: none; - background-color: #cccccc; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: solid; - border-bottom-style: solid; - border-left-style: solid; - border-bottom-color: #ffffff; - border-left-color: #0d3f59; - border-top-color: #0d3f59; - border-right-color: #ffffff; -} - -***********************************************************************/ /* For style */ /*********************************************************************** -.buttonStyle { - font-size: 12px; - color: #000000; - text-decoration: none; - text-align: center; - background-color: #b4c8fe; -} - -***********************************************************************/ \ No newline at end of file