Revize 18ac9009
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
media/css/m.style.css | ||
---|---|---|
|
||
@media only screen and (max-device-width : 640px) { /* firefox 3 require this to work properly */
|
||
|
||
#main {
|
||
.cellphone #main {
|
||
background-image: none;
|
||
width: auto;
|
||
max-width: none;
|
||
min-width: 0;
|
||
}
|
||
|
||
#middle {
|
||
.cellphone #middle {
|
||
font-size: 120%;
|
||
-webkit-text-size-adjust: 100%;
|
||
}
|
||
|
||
#header, #content, #footer {
|
||
.cellphone #header, #content, #footer {
|
||
width: 100%;
|
||
}
|
||
|
||
#content {
|
||
.cellphone #content {
|
||
margin-left: 0px;
|
||
max-width: none;
|
||
min-width: 0;
|
||
}
|
||
|
||
#content-padd {
|
||
.cellphone #content-padd {
|
||
max-width: none;
|
||
min-width: 0;
|
||
}
|
||
|
||
#footer {
|
||
.cellphone #footer {
|
||
display: none;
|
||
}
|
||
|
||
#menu {
|
||
.cellphone #menu {
|
||
background-color: #fff;
|
||
position: absolute;
|
||
width: 100%;
|
||
... | ... | |
display: none;
|
||
}
|
||
|
||
#content.dispNone {
|
||
.cellphone #content.dispNone {
|
||
display: none;
|
||
}
|
||
|
||
#cellphone_hide_menu {
|
||
.cellphone #cellphone_hide_menu {
|
||
width: 50px;
|
||
position: absolute;
|
||
height: 100%;
|
||
... | ... | |
cursor: pointer;
|
||
}
|
||
|
||
#cellphone_show_menu {
|
||
.cellphone #cellphone_show_menu {
|
||
top: 24px;
|
||
left: 18px;
|
||
background: #FF5C00 url('../../media/images/layout/logo_freenetis.jpg') no-repeat -1px 0px;
|
||
... | ... | |
cursor: pointer;
|
||
}
|
||
|
||
#cellphone_menu_tooltip {
|
||
.cellphone #cellphone_menu_tooltip {
|
||
display: none;
|
||
text-align: left;
|
||
background-color: #FF833D;
|
||
... | ... | |
opacity: 0.9;
|
||
}
|
||
|
||
h1#logo {
|
||
.cellphone h1#logo {
|
||
display: none;
|
||
}
|
||
|
||
.cellphone_hide {
|
||
display: none;
|
||
.cellphone .cellphone_hide,
|
||
.cellphone a.action_field_icon.cellphone_hide {
|
||
display: none !important;
|
||
}
|
||
|
||
#header .separator1 {
|
||
.cellphone #header .separator1 {
|
||
left: 75px;
|
||
}
|
||
|
||
#header .status {
|
||
.cellphone #header .status {
|
||
left: 87px;
|
||
}
|
||
|
||
#header .logout {
|
||
.cellphone #header .logout {
|
||
top: 64px;
|
||
}
|
||
|
||
#menu-padd {
|
||
.cellphone #menu-padd {
|
||
width: 240px;
|
||
}
|
||
|
||
table.form {
|
||
.cellphone table.form {
|
||
width: auto ! important;
|
||
}
|
||
|
||
table.extended {
|
||
.cellphone table.extended {
|
||
float: none ! important;
|
||
margin-left: 0 ! important;
|
||
}
|
||
|
||
#loading-overlay {
|
||
.cellphone #loading-overlay {
|
||
left: 0;
|
||
top: 95px;
|
||
}
|
||
|
||
.status div#user_ip_address {
|
||
.cellphone .status div#user_ip_address {
|
||
display: inline-block;
|
||
width: 90px;
|
||
overflow: hidden;
|
||
font-weight: normal;
|
||
}
|
||
|
||
input, textarea {
|
||
.cellphone input, .cellphone textarea {
|
||
margin: 0 ! important;
|
||
max-width: 100px ! important;
|
||
}
|
||
|
||
textarea {
|
||
.cellphone textarea {
|
||
width: 100% ! important;
|
||
max-width: 100% ! important;
|
||
padding: 0;
|
||
... | ... | |
box-sizing: border-box;
|
||
}
|
||
|
||
select {
|
||
.cellphone select {
|
||
margin: 0 ! important;
|
||
max-width: 100px ! important;
|
||
}
|
||
|
||
.search input#keyword {
|
||
.cellphone .search input#keyword {
|
||
max-width: 210px ! important;
|
||
width: 210px;
|
||
}
|
Také k dispozici: Unified diff
Fix merge issue that removed all staff from developer branch :-).