Blame view

sources/apps/files_external/css/settings.css 648 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
  td.status > span {
  	display: inline-block;
  	height: 16px;
  	width: 16px;
  	vertical-align: text-bottom;
  }
03e52840d   Kload   Init
7
8
9
10
11
12
13
  span.success {
  	background: #37ce02;
  	border-radius: 8px;
  }
  span.error {
  	background: #ce3702;
  }
03e52840d   Kload   Init
14
15
  
  td.mountPoint, td.backend { width:10em; }
837968727   Kload   [enh] Upgrade to ...
16
  td.remove>img { visibility:hidden; padding-top:0.5em; }
03e52840d   Kload   Init
17
18
19
20
  tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
  #addMountPoint>td { border:none; }
  #addMountPoint>td.applicable { visibility:hidden; }
  #selectBackend { margin-left:-10px; }
31b7f2792   Kload   Upgrade to ownclo...
21
22
23
24
  
  #externalStorage label > input[type="checkbox"] {
  	margin-right: 3px;
  }
837968727   Kload   [enh] Upgrade to ...
25
26
27
28
29
  
  #externalStorage td.applicable div.chzn-container {
  	position: relative;
  	top: 3px;
  }