Revision 9b0b486b snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss
1 1
/* Storage (pithos) related styles  */
2 2

  
3 3
.storage {
4
	padding:45px 0;
5
	position:relative;
6
	.lt-sidebar {
7
		font-size: 1em;
8
		padding:0 20px 40px 40px;
9
		.sidenav {
10
			font-size: inherit;
4
	.rect-plus {
5
		display: inline-block;
6
		background-color: #fff;
7
		color: $link-color-hover;
8
		padding: 0 6px;
9
		font-size: emCalc(26px);
10
		&:hover {
11
			color: $link-color;
11 12
		}
12
		ul {
13
			list-style: none outside none;
14
			li {
15
				padding:5px 0;
16
				&:hover {
17
					background: transparent;
18
					&>a {
19
						color:$secondary-color;
20
						&+span {
21
							display: inline;
22
						}
23
					}
24
				}
25
				span {
26
					float:right;
27
					color:$secondary-color;
28
					display: none;
29
				}
13
	}
30 14

  
15
	&.list-view {
16
		.items-list {
17
			h4, .img-wrap {
18
				height: $list-icon-height;
19
				line-height: $list-icon-height;
31 20
			}
32 21
		}
33 22
	}

Also available in: Unified diff