Skip to content

Commit

Permalink
//new custom stylesheet login, add new images logo module partenaires…
Browse files Browse the repository at this point in the history
…, admin css
  • Loading branch information
vKham authored and vKham committed Nov 23, 2011
1 parent ce26f23 commit 4c417c4
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 24 deletions.
13 changes: 8 additions & 5 deletions admin-dev/themes/default/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3}


.number_wrapper {color: white;display: none;font-size: 13px;font-weight: bold;position: absolute; right: -8px;top: -10px;z-index: 101;padding: 2px 5px;}
.number_wrapper span {background-color: #F03D25;display: block;padding: 0 2px;border-color: -moz-use-text-color #DD3822 #DD3822;border-radius: 2px 2px 2px 2px;border-right: 1px solid #DD3822;border-style: none solid solid;border-width: 0 0px;}
.number_wrapper span {background-color: #F03D25; font-size:11px; display: block; padding: 1px 3px;border-color: -moz-use-text-color #DD3822 #DD3822;border-radius: 2px 2px 2px 2px;border-right: 1px solid #DD3822;border-style: none solid solid;border-width: 0 0px;}
.notifs_wrapper {background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #000; border-top:none;display: none; cursor:auto; position: absolute; top: 25px; left: -1px; width:300px; padding: 10px;color: black; z-index:9999;}
.notifs_wrapper h3 {font-size: 14px;padding-bottom:8px;margin:0;border-bottom: 1px solid #E5E5E5;}
.notifs_wrapper ul {padding:6px 0;margin:0;}
Expand Down Expand Up @@ -222,8 +222,7 @@ form#product_form, form#access_form, form#cart_rule_form { background-color:#e
#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 { }
#addons_login_div input#addons_login_button { margin-right: 0px; }


/*SIDEBAR*/
Expand Down Expand Up @@ -260,8 +259,12 @@ form#product_form, form#access_form, form#cart_rule_form { background-color:#e
#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;}
#moduleContainer ul.listing-grid-module li { float:left; border:1px solid #ccc; width:400px; min-height:30px; margin:10px; padding:5px; border-radius:4px;}
#moduleContainer .moduleGridDesc { position:relative; display:block; height:30px;}
#moduleContainer .moduleGridDesc h3 { color:#3A6EA7; margin:0;}
#moduleContainer ul.listing-grid-module li select { position:absolute; top:0; right:0px; }


/*FOOTER*/
#footer {height:40px; font-size:12px;clear:both;font-size:0.9em;color:#666666}
#footer .footer_link, #footer .footer_link:hover {color:#D41958;}
5 changes: 2 additions & 3 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,7 @@ html[xmlns] .clearfix {
font-weight:bold;
margin-top: 35px;
margin-bottom: 0;
line-height: 14px;
}

.F_list a{
Expand Down Expand Up @@ -1445,7 +1446,6 @@ html[xmlns] .clearfix {
width: 590px;
cellpadding: 0;
cellspacing: 0;
border-collapse:collapse;
border-radius:3px;
}

Expand Down Expand Up @@ -1508,8 +1508,7 @@ html[xmlns] .clearfix {
}

#table_customer tbody tr td{
border: 1px solid #E0E0E0;
border-top: none;
border: none;
padding-left: 10px;
height: 35px;
}
Expand Down
36 changes: 20 additions & 16 deletions css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ body {
font-size: 13px;
color: #333;
text-align: center;
background-image: url('../img/admin/bg_2.png');
background-image: url('../img/admin/bg-admin-gradient.png'),url('../img/admin/bg-admin.jpg');
background-position: center center;
}

h1 {
Expand All @@ -19,15 +20,15 @@ h1 {
}

h2 a {
color: #dedede;
font-size: 7pt;
text-decoration: underline;
color: #eee;
font-size: 11px;
margin: 0;
text-shadow: 0 -1px 0 #000;
text-decoration:none;
}

h2 a:hover {
color: #dedede;
font-size: 7pt;
color: #eee;
text-decoration: underline;
margin: 0;
}
Expand Down Expand Up @@ -59,7 +60,7 @@ input:focus, textarea:focus {

#container {
width: 464px;
margin: 5em auto 1em auto;
margin: 12% auto 1em;
padding: 0;
}

Expand All @@ -70,7 +71,7 @@ input:focus, textarea:focus {
font-weight: bold;
background-color:#F5F5F5;
border-radius:9px;
box-shadow: 0 1px 20px #333333;
box-shadow: 0 1px 30px #333333;
}

#login h1 {
Expand Down Expand Up @@ -118,6 +119,7 @@ input:focus, textarea:focus {
background-color: #FAE2E3;
text-align: left;
border-radius:9px;
box-shadow: 0 1px 30px #333333;
}

#error ol {
Expand All @@ -127,15 +129,17 @@ input:focus, textarea:focus {

#error li {
_margin-left: 45px;
font-family: Arial;
font-size: 11px;
font-family: Georgia;
font-size: 13px;
font-style: italic;
}

#error h3 {
margin: 0 0 .83em 0;
padding: 5px 0 0 30px;
background: url(../img/admin/error.png) no-repeat 0 0;
font-size: 1em;
margin: 0;
padding: 5px 0 12px 30px;
background: url(../img/admin/icon-cancel.png) no-repeat 0 0;
font-size: 16px;
text-indent:14px;
}

/* CLASS */
Expand All @@ -162,8 +166,8 @@ input:focus, textarea:focus {
}

.button:hover {
background-color: #F0EBD6;
cursor:default;
border:1px solid #939393;
cursor:pointer;
}

.center {
Expand Down
Binary file added img/admin/bg-admin-gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/admin/bg-admin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions log/20111123_installation.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*ERROR* 2011/11/23 - 10:27:18: A Prestashop database already exists, please drop it or change the prefix.
Binary file added modules/blockreinsurance/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/fianetsceau/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/graphartichow/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/hipay/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/iadvize/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/livezilla/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/mailjet/logo
Binary file not shown.
Binary file added modules/mailjet/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/ogone/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/reverso/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/shoppingfluxexport/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/socolissimo/logo
Binary file not shown.
Binary file added modules/socolissimo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified modules/treepodia/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/trustedshops/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/twenga/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/upscarrier/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/uspscarrier/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c417c4

Please sign in to comment.