Files
Athou_commafeed/src/main/webapp/sass/mobile/_mobile.scss

84 lines
1.7 KiB
SCSS
Raw Normal View History

html.mobile, html.tablet {
2013-05-26 13:34:31 +02:00
body {
2013-12-06 04:12:19 +01:00
padding-left: 0px;
padding-right: 0px;
2013-05-26 13:34:31 +02:00
}
2013-11-28 10:45:10 +01:00
.container-full {
2013-05-26 13:34:31 +02:00
padding-left: 0;
padding-right: 0;
}
2013-12-06 04:12:19 +01:00
.row {
margin-right: 0;
margin-left: 0;
}
2013-11-28 10:45:10 +01:00
2013-05-26 13:34:31 +02:00
.left-menu {
display: none !important;
}
2013-11-08 11:18:50 +01:00
.left-menu .feed-link, .left-menu .category-link {
line-height: 30px;
font-size: 105%;
}
.toolbar .toolbar-expand.btn-group {
2013-05-26 13:34:31 +02:00
display: inline-block !important;
}
.main-content {
display: block !important;
float: none !important;
width: 100% !important;
margin-left: 0 !important;
}
#feed-accordion .entry-heading .shrink {
margin-left: 0;
2013-07-31 15:51:00 +02:00
margin-right: 0;
2013-05-26 13:34:31 +02:00
}
2013-08-06 11:14:12 +02:00
#feed-accordion .entry-heading .feed-name {
width: 50%;
}
#feed-accordion .feed-name {
margin-top: 22px;
2013-05-26 13:34:31 +02:00
}
#feed-accordion .entry-external-link {
2013-11-28 10:45:10 +01:00
right: 15px;
2013-07-31 15:51:00 +02:00
margin-top: -24px;
}
#feed-accordion .entry-heading-link {
2013-11-28 10:45:10 +01:00
height: 52px;
}
#feed-accordion .entry-heading .entry-date {
2013-11-28 10:45:10 +01:00
right: 40px;
2013-07-31 15:51:00 +02:00
margin-top: 22px;
}
2013-11-28 10:45:10 +01:00
#feed-accordion .entry-buttons .checkbox, #feed-accordion .entry-buttons .form-group {
display: inline-block;
}
2013-10-13 10:49:44 +02:00
#feed-accordion .tags-panel {
display: block;
2013-11-28 10:45:10 +01:00
margin-left: 5px;
2013-10-13 10:49:44 +02:00
}
#feed-accordion a.mark-up-to {
2013-11-28 10:45:10 +01:00
right: 20px;
margin-top: -18px;
}
2013-05-26 13:34:31 +02:00
body.left-menu-active .left-menu {
display: block !important;
width: 100%;
}
body.left-menu-active .sidebar-nav-fixed {
width: 100%;
overflow: auto;
2013-05-26 13:34:31 +02:00
}
body.left-menu-active .main-content {
display: none !important;
}
body.right-menu-active .toolbar .actions {
margin-top: 5px;
margin-left: 0;
}
body.right-menu-active .toolbar .actions {
2013-05-26 13:34:31 +02:00
display: inherit !important;
}
2013-07-31 08:59:30 +02:00
#uvTab {
display: none;
}
2013-10-13 10:49:44 +02:00
}