X-Git-Url: http://git.plutz.net/?p=bookman;a=blobdiff_plain;f=bookmarks.css;h=40d5674a6000a6e642bb0d639bc355d163e4a466;hp=e210965149a3df9e8dab4c2d56f3aa1a5380bd41;hb=23174101e3fa987e895755e988bb4832d89ed125;hpb=5cacb437d2896b2a656a2a944e76915cb95dbe7b diff --git a/bookmarks.css b/bookmarks.css index e210965..40d5674 100644 --- a/bookmarks.css +++ b/bookmarks.css @@ -21,6 +21,9 @@ body { position: absolute; width: 100%; min-height: 100%; } padding: 0; overflow: hidden; } +form.newfolder{ + margin-bottom: 3em; +} .folder > h1 { font-size: 1.25em; @@ -47,13 +50,13 @@ body { position: absolute; width: 100%; min-height: 100%; } .dialog { display: block; position: fixed; - width: 30em; - min-width: 240px; + width: 30%; + min-width: 320px; min-height: 3em; - left: 50%; top: 20%; - margin: -3em -15em; + left: 50%; + margin-left: -160px; text-align: center; - z-index: 10; + z-index: 2; border-radius: .5em; border: 1px solid black; padding: .125em 0; @@ -77,6 +80,7 @@ body { position: absolute; width: 100%; min-height: 100%; } position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.5); + z-index: 1; } .dialog > * { word-spacing: 0; } @@ -174,7 +178,7 @@ footer { position: absolute; bottom: 0; display: block; width: 100%; - padding: 1em; + padding: .5em 1em; background-color: white; border-top: 1px solid black; }