Webbuild layout integration fixes/improvements
This commit is contained in:
parent
dd8ba21f26
commit
747bdc3edd
@ -79,6 +79,7 @@ print '<link rel="stylesheet" type="text/css" href="' . get_stylesheet_directory
|
||||
|
||||
<?php responsive_container(); // before container hook ?>
|
||||
<div id="container" class="hfeed">
|
||||
<span id="status" class="webbuild">Caricamento in corso, attendere...</span>
|
||||
|
||||
<?php responsive_header(); // before header hook ?>
|
||||
<div class="skip-container cf">
|
||||
|
@ -1,6 +1,7 @@
|
||||
webbuild.a { }
|
||||
.output pre { background: #000000; border:0; padding:0; margin:0; -webkit-box-shadow:none; }
|
||||
pre { background: none; border:0; padding:0; margin:0; -webkit-box-shadow:none; }
|
||||
form { margin:0; }
|
||||
a.webbuild:link { color:#0b0600; text-decoration: none; }
|
||||
a.webbuild:visited { color:#0b0600; text-decoration: none; }
|
||||
a.webbuild:active { color:#0b0600; text-decoration: none; }
|
||||
|
@ -26,8 +26,8 @@
|
||||
|
||||
.opaquebackground {
|
||||
text-align:center;
|
||||
position:fixed;
|
||||
z-index:15 !important;
|
||||
position: fixed;
|
||||
height:100%;
|
||||
width:100%;
|
||||
left:0;
|
||||
@ -221,10 +221,11 @@
|
||||
overflow:auto;
|
||||
font-size:7pt;
|
||||
// border:1px solid #2b6600;
|
||||
padding-right:-2px;
|
||||
padding-bottom:-2px;
|
||||
margin-left:2px;
|
||||
margin-bottom:2px;
|
||||
padding:2px;
|
||||
// padding-top:32px;
|
||||
// padding-bottom:20px;
|
||||
margin-left:0px;
|
||||
margin-bottom:0px;
|
||||
// background-color:#e0f2d0;
|
||||
/* -moz-column-count: 2;
|
||||
-moz-column-gap: 1.5em;
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
<div style="position:relative;top:-30px;left:0;width:100%;height:50px;">
|
||||
<div id="noajax_msg"><p>Il supporto per AJAX non è abilitato nel tuo browser. L'aggiornamento live non sarà disponibile, premi Ricarica per aggiornare la pagina.</p></div>
|
||||
<span id="status">Caricamento in corso, attendere...</span>
|
||||
<div style="position:absolute;float:left;">
|
||||
<span id="topcontrols"></span>
|
||||
<span id="environments"></span><span id="specedit"></span>
|
||||
|
Loading…
Reference in New Issue
Block a user