freenetis-github/media/css/m.style.css @ aee4a528
8baed187 | Michal Kliment | /*
|
|
Mobile device style
|
|||
*/
|
|||
c1bdc1c4 | Michal Kliment | @media only screen and (max-device-width : 640px) { /* firefox 3 require this to work properly */
|
|
18ac9009 | Ondřej Fibich | .cellphone #main {
|
|
8baed187 | Michal Kliment | background-image: none;
|
|
width: auto;
|
|||
c1bdc1c4 | Michal Kliment | max-width: none;
|
|
min-width: 0;
|
|||
8baed187 | Michal Kliment | }
|
|
18ac9009 | Ondřej Fibich | .cellphone #middle {
|
|
8baed187 | Michal Kliment | font-size: 120%;
|
|
-webkit-text-size-adjust: 100%;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #header, #content, #footer {
|
|
8baed187 | Michal Kliment | width: 100%;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #content {
|
|
c1bdc1c4 | Michal Kliment | margin-left: 0px;
|
|
max-width: none;
|
|||
min-width: 0;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #content-padd {
|
|
c1bdc1c4 | Michal Kliment | max-width: none;
|
|
min-width: 0;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #footer {
|
|
c1bdc1c4 | Michal Kliment | display: none;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #menu {
|
|
8baed187 | Michal Kliment | background-color: #fff;
|
|
position: absolute;
|
|||
width: 100%;
|
|||
z-index: 100;
|
|||
display: none;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #content.dispNone {
|
|
8baed187 | Michal Kliment | display: none;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #cellphone_hide_menu {
|
|
8baed187 | Michal Kliment | width: 50px;
|
|
position: absolute;
|
|||
height: 100%;
|
|||
right: 0;
|
|||
background: #ff5c00 url('../../media/images/menu/hide_menu.png') no-repeat center 10px;
|
|||
cursor: pointer;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #cellphone_show_menu {
|
|
8baed187 | Michal Kliment | top: 24px;
|
|
left: 18px;
|
|||
background: #FF5C00 url('../../media/images/layout/logo_freenetis.jpg') no-repeat -1px 0px;
|
|||
position: absolute;
|
|||
width: 48px;
|
|||
height: 48px;
|
|||
cursor: pointer;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #cellphone_menu_tooltip {
|
|
c1bdc1c4 | Michal Kliment | display: none;
|
|
text-align: left;
|
|||
background-color: #FF833D;
|
|||
color: #ffffff;
|
|||
line-height: 45px;
|
|||
position: absolute;
|
|||
padding: 0 1.5em;
|
|||
left: 67px;
|
|||
top: 25px;
|
|||
z-index: 10;
|
|||
font-weight: bold;
|
|||
opacity: 0.9;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone h1#logo {
|
|
8baed187 | Michal Kliment | display: none;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone .cellphone_hide,
|
|
.cellphone a.action_field_icon.cellphone_hide {
|
|||
display: none !important;
|
|||
c1bdc1c4 | Michal Kliment | }
|
|
18ac9009 | Ondřej Fibich | .cellphone #header .separator1 {
|
|
8baed187 | Michal Kliment | left: 75px;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #header .status {
|
|
8baed187 | Michal Kliment | left: 87px;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #header .logout {
|
|
8baed187 | Michal Kliment | top: 64px;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #menu-padd {
|
|
8baed187 | Michal Kliment | width: 240px;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone table.form {
|
|
8baed187 | Michal Kliment | width: auto ! important;
|
|
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone table.extended {
|
|
8baed187 | Michal Kliment | float: none ! important;
|
|
margin-left: 0 ! important;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone #loading-overlay {
|
|
8baed187 | Michal Kliment | left: 0;
|
|
top: 95px;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone .status div#user_ip_address {
|
|
8baed187 | Michal Kliment | display: inline-block;
|
|
width: 90px;
|
|||
overflow: hidden;
|
|||
font-weight: normal;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone input, .cellphone textarea {
|
|
8baed187 | Michal Kliment | margin: 0 ! important;
|
|
max-width: 100px ! important;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone textarea {
|
|
8baed187 | Michal Kliment | width: 100% ! important;
|
|
max-width: 100% ! important;
|
|||
padding: 0;
|
|||
margin: 0;
|
|||
-moz-box-sizing: border-box;
|
|||
-webkit-box-sizing: border-box;
|
|||
box-sizing: border-box;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone select {
|
|
8baed187 | Michal Kliment | margin: 0 ! important;
|
|
max-width: 100px ! important;
|
|||
}
|
|||
18ac9009 | Ondřej Fibich | .cellphone .search input#keyword {
|
|
8baed187 | Michal Kliment | max-width: 210px ! important;
|
|
width: 210px;
|
|||
c1bdc1c4 | Michal Kliment | }
|
|
}
|