﻿/* CSS for NextCloud "Larry" Skin */

#taskbar a.button-nextcloud span.button-inner
{
  background: url(images/nextcloud_button.png) 3px 0px no-repeat;
  height: 18px;
}

#taskbar a.button-nextcloud:hover span.button-inner,                                                                                                                      
#taskbar a.button-nextcloud.button-selected span.button-inner
{
  background: url(images/nextcloud_button_selected.png) 3px 0px no-repeat;
  height: 18px;
}

#page-switch .join-button, #page-switch .more-button {
	margin-right: 20px;
}

#nextcloud_frame {
	width: 99.9%;
	height: 99.9%;
	border: 2px solid #b2b8bf;
	border-radius: 4px;
	overflow: auto;
	box-shadow: 0 0 2px #1c1c1c;
}

#wait_box {
	background-color: transparent;
	border-radius: 4px;
	border: none;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	box-shadow: none;
}

#img_wait_box {
	background: url(images/wait-big.gif) center center no-repeat;
	height: 100%;
	width: 100%;
}
