Blame view

sources/apps/files_external/css/settings.css 841 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

6d9380f96   Cédric Dupont   Update sources OC...
8
9
  td.mountPoint, td.backend { width:160px; }
  td.remove>img { visibility:hidden; padding-top:7px; }
03e52840d   Kload   Init
10
11
12
  tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
  #addMountPoint>td { border:none; }
  #addMountPoint>td.applicable { visibility:hidden; }
6d9380f96   Cédric Dupont   Update sources OC...
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  
  #selectBackend {
  	margin-left: -10px;
  	width: 150px;
  }
  
  #externalStorage td.configuration,
  #externalStorage td.backend {
  	white-space: normal;
  }
  
  #externalStorage td.configuration input.added  {
  	margin-right: 6px;
  }
31b7f2792   Kload   Upgrade to ownclo...
27
28
29
30
  
  #externalStorage label > input[type="checkbox"] {
  	margin-right: 3px;
  }
837968727   Kload   [enh] Upgrade to ...
31
32
33
34
35
  
  #externalStorage td.applicable div.chzn-container {
  	position: relative;
  	top: 3px;
  }
6d9380f96   Cédric Dupont   Update sources OC...
36
37
38
39
40
41
42
43
44
  
  
  #externalStorage td.status .success {
  	border-radius: 50%;
  }
  
  #userMountingBackends {
  	padding-left: 25px;
  }