-.toolbar .button a {
- //background: #333;
- //opacity: 0.9;
- display: block;
- height:1.5rem;
-
- text-align: center;
- color: #FFF;
- padding: 0.2rem 0;
- text-decoration: none;
-}
-
-.toolbar .button .dropdown-body a {
- height: 1.2rem;
- white-space: nowrap;
-}
-
-#picture-view .toolbar .button.square a {
- width: 4rem; //1.5rem;
- font-weight: bold;
-}
-
-li.button {
- clear: both;
-}
-li.button.square {
- clear: none;
- float: left;
-}
-
-.toolbar .button a:link,
-.toolbar .button a:visited {
- color: #FFF;
-}
-
-#picture-view .toolbar.button a:active {
- color: yellow;
-}
-
-.moveright {
- margin-left: 8rem !important;
-}
-