modified Custom CSS for mangement console
|
|
@ -8,12 +8,21 @@ html,body{
|
|||
color:#333;
|
||||
height:auto;
|
||||
font-weight:normal;
|
||||
background:#cc4340 url(../../custom1/images/custom_login_bg.gif) repeat-x top left;
|
||||
background:#333a41 url(../../custom1/images/custom_login_bg.gif) repeat-x top left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
|
||||
.login_logobox {
|
||||
width:181px;
|
||||
height:45px;
|
||||
float:left;
|
||||
background:url(../../custom1/images/client_login_logo.png) no-repeat top left;
|
||||
margin:0 0 0 75px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
}
|
||||
.main_loginbox_bot {
|
||||
width:660px;
|
||||
height:109px;
|
||||
|
|
@ -58,7 +67,7 @@ html,body{
|
|||
height:21px;
|
||||
float:left;
|
||||
background:url(../../custom1/images/custom1_mgmtconsole_logo.jpg) no-repeat top left;
|
||||
margin:15px 0 0 9px;
|
||||
margin:14px 0 0 2px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
}
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 551 B |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 848 B After Width: | Height: | Size: 913 B |
|
Before Width: | Height: | Size: 921 B After Width: | Height: | Size: 918 B |
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 573 B |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 27 KiB |
35
ui/index.jsp
|
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet" href="css/jquery-ui.custom.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/logger.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/main.css" type="text/css" />
|
||||
<!-- <link rel="stylesheet" href="custom/custom1/css/custom1.css" type="text/css" />-->
|
||||
<!--<link rel="stylesheet" href="custom/custom1/css/custom1.css" type="text/css" />-->
|
||||
|
||||
<!-- Common libraries -->
|
||||
<script type="text/javascript" src="scripts/jquery.min.js"></script>
|
||||
|
|
@ -105,6 +105,39 @@
|
|||
<div class="error_box" id="login_error" style="display:none;">
|
||||
<p><fmt:message key="error.login"/></p>
|
||||
</div>
|
||||
|
||||
<div class="loginoptions_panel">
|
||||
<div class="loginoptions_box">
|
||||
<div class="loginoptions_dropdownbutton">
|
||||
<p>English</p>
|
||||
<div class="loginoptions_ddarrow"></div>
|
||||
|
||||
<div class="loginoptions_dropdown" style="display:none;">
|
||||
<ul>
|
||||
<li> Français </li>
|
||||
<li> 汉语 </li>
|
||||
<li> Français </li>
|
||||
<li> 汉语 </li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="loginoptions_dropdownbutton">
|
||||
<p>Default Theme</p>
|
||||
<div class="loginoptions_ddarrow"></div>
|
||||
|
||||
<div class="loginoptions_dropdown" style="display:none;">>
|
||||
<ul>
|
||||
<li> Custom 1 </li>
|
||||
<li> Custom 2 </li>
|
||||
<li> Custom 3 </li>
|
||||
<li> Custom 4 </li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||