Site and webbuild css css fixes
This commit is contained in:
parent
74b2c0b27a
commit
fff6675ad3
@ -214,3 +214,10 @@ a.mytoplink:active {
|
||||
#searchform-item input[type="text"] { width:auto; }
|
||||
|
||||
#searchform-item { float:right; }
|
||||
|
||||
/* responsive menu fix */
|
||||
@media screen and (max-width: 650px) {
|
||||
.js .main-nav .menu li.current_page_item, .js .menu .current_page_item a, .js .menu .current-menu-item a {
|
||||
background-color: #F5F5F5 !important;
|
||||
}
|
||||
}
|
||||
|
@ -205,13 +205,15 @@
|
||||
color:white;
|
||||
}
|
||||
|
||||
.output a:link {
|
||||
.output a,
|
||||
.output a:link,
|
||||
.output a:visited {
|
||||
text-decoration: underline;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.output a:visited {
|
||||
text-decoration: underline;
|
||||
.output p {
|
||||
background-color:gray;
|
||||
color:white;
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<span id="status" class="webbuild">Caricamento in corso, attendere...</span>
|
||||
<span id=webbuild>
|
||||
<div class=webbuild id=container style="position:relative;width:894px;padding:0;margin:0;height:auto;top:0;left:0;">
|
||||
<form id=webbuildform name=webbuild method=post onsubmit="return false;">
|
||||
<form id=webbuildform name=webbuild method=post onkeypress="return event.keyCode != 13;">
|
||||
|
||||
<img src="/images/webbuild.png" alt="build automatici">
|
||||
<b>- Webbuild - Interfaccia Web per lo sviluppo di openmamba</b>
|
||||
|
Loading…
Reference in New Issue
Block a user