//
This commit is contained in:
@@ -202,12 +202,22 @@ form#product_form, form#access_form, form#cart_rule_form { background-color:#e
|
||||
|
||||
|
||||
/*FILTER MODULE*/
|
||||
.filter-module { background-color:#ebedf4; border:1px solid #c2c4d9; margin-top:10px; padding:10px; display:block; min-height:35px;}
|
||||
.filter-module { background-color:#ebedf4; border:1px solid #c2c4d9; margin-top:10px; padding:10px; display:block; min-height:25px;}
|
||||
.filter-module #filternameForm {float:left; margin-right:30px;}
|
||||
.filter-module label {width:auto;}
|
||||
.filter-module .select-filter { float:left;}
|
||||
.filter-module .button-filter { float:right;}
|
||||
|
||||
/*ADDONS LOGIN*/
|
||||
#addons_login_div { background: #EBEDF4 url(lock.png) no-repeat scroll left 5px;}
|
||||
#addons_login_div form#addons_login_form { float:right;}
|
||||
#addons_login_div p {float:left; font-size:16px; color:#585A69; line-height:24px; text-shadow: 0 1px 0 #fff; margin:0; padding-left:25px;}
|
||||
#addons_login_div label {}
|
||||
#addons_login_div input { float:left; margin-right:10px;}
|
||||
#addons_login_div input#
|
||||
#addons_login_div input#username_addons { }
|
||||
|
||||
|
||||
/*SIDEBAR*/
|
||||
.sidebar { position:relative; float:left; width:220px; display:inline;}
|
||||
.sidebar h3 { background-color:#ebedf4; font-weight:bold; display:block; padding:5px;}
|
||||
@@ -241,8 +251,9 @@ form#product_form, form#access_form, form#cart_rule_form { background-color:#e
|
||||
#moduleContainer .row-actions-module span a { font-size:12px;}
|
||||
#moduleContainer .button.uninstalled,
|
||||
#moduleContainer .button.installed { float:right; clear:both; margin-top:15px; font-size:12px;}
|
||||
|
||||
|
||||
#moduleContainer ul.listing-grid-module { position:relative; margin:0; padding:0;}
|
||||
#moduleContainer ul.listing-grid-module li { float:left; border:1px solid #ccc; width:400px; min-height:50px; margin:10px; padding:5px; border-radius:4px;}
|
||||
#moduleContainer ul.listing-grid-module li select { float:right;}
|
||||
/*FOOTER*/
|
||||
#footer {height:40px; font-size:12px;clear:both;font-size:0.9em;color:#666666}
|
||||
#footer .footer_link, #footer .footer_link:hover {color:#D41958;}
|
||||
|
||||
@@ -73,9 +73,10 @@
|
||||
{if !isset($logged_on_addons)}
|
||||
<!--start addons login-->
|
||||
<div class="filter-module" id="addons_login_div">
|
||||
<p>{l s='You have already got an Add On customer account'}</p>
|
||||
<form id="addons_login_form" method="post">
|
||||
{l s='Login Addons'} : <input type="text" value="" id="username_addons" autocomplete="off" class="ac_input">
|
||||
{l s= 'Password Addons'} : <input type="password" value="" id="password_addons" autocomplete="off" class="ac_input">
|
||||
<label>{l s='Login Addons'} :</label> <input type="text" value="" id="username_addons" autocomplete="off" class="ac_input">
|
||||
<label>{l s= 'Password Addons'} :</label> <input type="text" value="" id="password_addons" autocomplete="off" class="ac_input">
|
||||
<input type="submit" class="button" id="addons_login_button" value="{l s='Log in'}">
|
||||
<span id="addons_loading" style="color:red"></span>
|
||||
</form>
|
||||
|
||||
+2
-1
@@ -112,11 +112,12 @@ input:focus, textarea:focus {
|
||||
/* ERROR */
|
||||
|
||||
.error, #error {
|
||||
margin: 0 30px 15px 30px;
|
||||
margin: 0;
|
||||
padding: 10px 15px;
|
||||
border: 1px solid #EC9B9B;
|
||||
background-color: #FAE2E3;
|
||||
text-align: left;
|
||||
border-radius:9px;
|
||||
}
|
||||
|
||||
#error ol {
|
||||
|
||||
Reference in New Issue
Block a user