// fixed style
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12111 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2212,3 +2212,21 @@ margin-bottom:7px;
|
||||
|
||||
/*container-carts*/
|
||||
#container-carts { background-color:#EBEDF4; border:1px solid #CCCED7; padding:10px;}
|
||||
|
||||
#ajax_running {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 40%;
|
||||
z-index: 10000;
|
||||
background-color: #FFF1A8;
|
||||
border: 1px solid #FFD96F;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
padding: 5px 20px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
width: 300px;
|
||||
}
|
||||
Reference in New Issue
Block a user