diff --git a/css/linkshare.css b/css/linkshare.css index 126e3f2f..58aec4a2 100644 --- a/css/linkshare.css +++ b/css/linkshare.css @@ -42,7 +42,7 @@ -moz-transition:max-height ease-out 1s/*, opacity ease-out 0.5s*/; /* BUG? animating/transitioning on opacity makes elemets move just a tiny bit for the duration of the transition; doesn't look good */ -webkit-transition:max-height ease-out 1s/*, opacity ease-out 0.5s*/; transition:max-height ease-out 1s/*, opacity ease-out 0.5s*/; - opacity:0.3; + opacity:0.5; } /* a hidden control checkbox should be hidden */ .displayable-container > .displayable-control.hide { @@ -111,6 +111,7 @@ .shared-with-list .share-options { display: inline-table; text-align: left; + position:relative; } .shared-with-list .share-options .share-label { margin-left:0.5em; @@ -122,7 +123,35 @@ .shared-with-list .edit-options { text-align:right; } - +/* noscript fun! */ +.shared-with-list .share-options .share-can-edit-checkbox { + display:block; + width:1px; + height:1px; + position:absolute; + top:0em; + left:0em; +} +.shared-with-list .share-options .share-can-edit-checkbox::before { + content:" "; + display:inline-block; + font-size:100%; + border:solid 0.15em black; + color:black; + width:0.6em; + height:0.6em; + line-height:0.6em; + border-radius:0.1em; +} +.shared-with-list .share-options .edit-options :checked ~ .share-can-edit-checkbox::before { + content:"✔"; +} +.shared-with-list .share-options .share-can-edit-space { + display:inline-block; + width:1.5em; + height:1em; +} +/* end noscript fun */ .share-interface-container.internal-share::after { width:75%; height:0px; @@ -130,16 +159,4 @@ content:" "; margin:0.2em auto 0.5em auto; border-top:solid 1px #ddd; -} - -/*::before { - content:"✔"; - display:inline-block; - font-size:100%; - border:solid 0.15em black; - color:black; - width:0.6em; - height:0.6em; - line-height:0.6em; - border-radius:0.1em; -}*/ \ No newline at end of file +} \ No newline at end of file diff --git a/templates/part.internalshare.php b/templates/part.internalshare.php index cafe3d47..69fc0fc1 100644 --- a/templates/part.internalshare.php +++ b/templates/part.internalshare.php @@ -45,29 +45,36 @@
+ - +
- - - + checked="checked" id="share-permissions-create---"> + checked="checked" id="share-permissions-update---"> + checked="checked" id="share-permissions-delete---"> + +
diff --git a/templates/part.linkshare.php b/templates/part.linkshare.php index 7bf271c7..aa150642 100644 --- a/templates/part.linkshare.php +++ b/templates/part.linkshare.php @@ -3,13 +3,6 @@ (c) 2014 Michał "rysiek" Woźniak Licensed under AGPL. */ ?> -