Remove old CSS directory
phpcs-errors:238 phpunit-status:successful
This commit is contained in:
parent
9d73a9b61e
commit
980dd575d2
|
@ -1,3 +1,5 @@
|
||||||
|
@import 'editMenu.css';
|
||||||
|
|
||||||
/* ==============
|
/* ==============
|
||||||
| Load fonts
|
| Load fonts
|
||||||
|================ */
|
|================ */
|
||||||
|
|
Binary file not shown.
Binary file not shown.
43
css/main.css
43
css/main.css
|
@ -1,43 +0,0 @@
|
||||||
@font-face {
|
|
||||||
font-family: opensans-regular;
|
|
||||||
src: url(./OpenSans-Regular.ttf);
|
|
||||||
}
|
|
||||||
body {margin:0px;padding:0px;background-color:#fefeff;font-family:opensans-regular;font-size:0.90em;}
|
|
||||||
div.title {height:50px;width:100%;text-align:center;background-color:9999cc;line-height:50px;font-size:1.2em;}
|
|
||||||
div.maincontent {padding:10px;line-height:21px;}
|
|
||||||
div.uploader {padding:10px 10px 12px 10px;line-height:21px;border:1px solid #666666;border-radius:3px;}
|
|
||||||
a {text-decoration:none;color:#000000;}
|
|
||||||
|
|
||||||
.couponcode:hover .coupontooltip {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.coupontooltip {
|
|
||||||
display: none;
|
|
||||||
background: #cc6600;
|
|
||||||
border: 1px solid black;
|
|
||||||
border-radius:4px;
|
|
||||||
margin-left: -5px;
|
|
||||||
margin-top: 26px;
|
|
||||||
padding: 10px;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 1000;
|
|
||||||
max-width:400px;
|
|
||||||
height:auto;
|
|
||||||
color: white;
|
|
||||||
font-size: 0.95em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.couponcode {
|
|
||||||
margin:100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
p {
|
|
||||||
padding:0px 5px 0px 5px;
|
|
||||||
margin:0px;
|
|
||||||
}
|
|
||||||
p.hint {margin:5px 0px 5px 0px;}
|
|
||||||
|
|
||||||
th {text-align:left;}
|
|
||||||
td {vertical-align:top;}
|
|
|
@ -33,7 +33,6 @@ $lang = $_SESSION['lang'];
|
||||||
require __DIR__ . "/translation-importer/$lang/csvxml-overview.php";
|
require __DIR__ . "/translation-importer/$lang/csvxml-overview.php";
|
||||||
|
|
||||||
$toInject = '
|
$toInject = '
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/editMenu.css" />
|
|
||||||
<script src="assets/js/newToolTip.js" type="text/javascript" defer></script>
|
<script src="assets/js/newToolTip.js" type="text/javascript" defer></script>
|
||||||
';
|
';
|
||||||
echo printHTMLHead($toInject);
|
echo printHTMLHead($toInject);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user