Browse Source

Rearrange the roombar scss.

pull/29/head^2
Evan Theurer 12 years ago
parent
commit
713382f427
  1. 22
      src/styles/components/_roombar.scss

22
src/styles/components/_roombar.scss

@ -18,18 +18,20 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
*/ */
#roombar { #roombar {
position: absolute; left: 0;
left:0px; min-width: 260px;
top:44px; position: absolute;
right:0px; right: 0;
min-width:260px; top: 44px;
z-index:4; z-index: 4;
} }
#roombar .roombar { #roombar .roombar {
position: absolute; left: 0;
left:0px; position: absolute;
top:0px; right: 0;
right:0px; top: 0;
} }

Loading…
Cancel
Save