aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-25 23:25:13 -0400
committerGitHub <noreply@github.com>2020-09-25 23:25:13 -0400
commit3f644b65e9ade29acae92f768ef8c322297ce362 (patch)
tree0eb0200b695de80a3c96b65f39f57e1378b95c5a /src/client/views/PropertiesView.scss
parent641dc13a1b809d784848912a193e30e3de2fd123 (diff)
parent5b95cf139f88badb99e2852c8201a950f8771602 (diff)
Merge pull request #797 from browngraphicslab/acls_uv
Unset -> None
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss27
1 files changed, 16 insertions, 11 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index e5f9e0417..47d8aacea 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -246,15 +246,20 @@
}
}
- .expansion-button-icon {
- width: 11px;
- height: 11px;
- color: black;
- margin-left: 27px;
+ .expansion-button {
+ margin-left: -22.5;
+ margin: 3;
- &:hover {
- color: rgb(131, 131, 131);
- cursor: pointer;
+ .expansion-button-icon {
+ width: 11px;
+ height: 11px;
+ color: black;
+ margin-left: 27px;
+
+ &:hover {
+ color: rgb(131, 131, 131);
+ cursor: pointer;
+ }
}
}
@@ -305,9 +310,9 @@
.permissions-select {
border: none;
background-color: inherit;
- width: 75px;
- //text-align: justify; // for Edge
- //text-align-last: end;
+ width: 87px;
+ text-align: justify; // for Edge
+ text-align-last: end;
&:hover {
cursor: pointer;