Browse Source

Rearrange rightslide elements.

pull/29/head^2
Evan Theurer 12 years ago
parent
commit
61a8d07051
  1. 59
      src/styles/components/_rightslide.scss

59
src/styles/components/_rightslide.scss

@ -1,25 +1,44 @@
/*
* Spreed Speak Freely.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed Speak Freely.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#rightslide { #rightslide {
position: absolute; bottom: 0;
top: 44px; left: 0;
right: -260px; overflow-x: auto;
bottom: 0px; overflow-y: hidden;
left: 0px; pointer-events: none;
z-index:5; position: absolute;
-webkit-transition: right 200ms ease-in-out; right: -260px;
-moz-transition: right 200ms ease-in-out; top: 44px;
-ms-transition: right 200ms ease-in-out; transition: right 200ms ease-in-out;
-o-transition: right 200ms ease-in-out; z-index: 5;
transition: right 200ms ease-in-out;
pointer-events:none;
overflow-x: auto;
overflow-y: hidden;
} }
.withBuddylist #rightslide { .withBuddylist #rightslide {
right:0px; right: 0;
} }
#rightslide .rightslidepane { #rightslide .rightslidepane {
position:relative; height: 100%;
width:100%; min-width: 520px;
height:100%; position: relative;
min-width:520px; width: 100%;
} }

Loading…
Cancel
Save