diff --git a/css/stylesheet.css b/css/stylesheet.css index 4d08e77..64660c3 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -24,7 +24,7 @@ a:hover { top: 10px; left: 10px; z-index: 5; - padding: 5px 6px; + padding: 25px 10px; display: none; } diff --git a/css/stylesheet.min.css b/css/stylesheet.min.css index fbe5e8b..b9877de 100644 --- a/css/stylesheet.min.css +++ b/css/stylesheet.min.css @@ -1 +1 @@ -body{margin:0px;overflow:hidden;font-family:'lucida grande', Sans-Serif;font-size:75%}a:link,a:visited{color:#787878}a:hover{color:#a0a0a0}.attributeList{height:1px;width:360px;background-color:#fafafa;font-size:11px;color:#555;text-align:left;position:fixed;top:10px;left:10px;z-index:5;padding:5px 6px;display:none}.attributeList h5{display:inline;color:lightslategray}.attributeListHeader{background-color:#e8e8e8;font-size:13px;padding:5px 2px}.dg{color:#555;text-shadow:none !important}.dg.main.taller-than-window .close-button{border-top:1px solid #ddd}.dg.main .close-button{background-color:#ccc}.dg.main .close-button:hover{background-color:#ddd}.dg.main::-webkit-scrollbar{background:#fafafa}.dg.main::-webkit-scrollbar-thumb{background:#bbb}.dg li:not(.folder){background:#fafafa;border-bottom:1px solid #ddd}.dg li.save-row .button{text-shadow:none !important}.dg li.title{background:#e8e8e8 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat}.dg .cr.function:hover,.dg .cr.boolean:hover{background:#fff}.dg .c input[type=text]{background:#e9e9e9}.dg .c input[type=text]:hover{background:#eee}.dg .c input[type=text]:focus{background:#eee;color:#555}.dg .c .slider{background:#e9e9e9}.dg .c .slider:hover{background:#eee} +body{margin:0px;overflow:hidden;font-family:'lucida grande', Sans-Serif;font-size:75%}a:link,a:visited{color:#787878}a:hover{color:#a0a0a0}.attributeList{height:1px;width:360px;background-color:#fafafa;font-size:11px;color:#555;text-align:left;position:fixed;top:10px;left:10px;z-index:5;padding:25px 10px;display:none}.attributeList h5{display:inline;color:lightslategray}.attributeListHeader{background-color:#e8e8e8;font-size:13px;padding:5px 2px}.dg{color:#555;text-shadow:none !important}.dg.main.taller-than-window .close-button{border-top:1px solid #ddd}.dg.main .close-button{background-color:#ccc}.dg.main .close-button:hover{background-color:#ddd}.dg.main::-webkit-scrollbar{background:#fafafa}.dg.main::-webkit-scrollbar-thumb{background:#bbb}.dg li:not(.folder){background:#fafafa;border-bottom:1px solid #ddd}.dg li.save-row .button{text-shadow:none !important}.dg li.title{background:#e8e8e8 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat}.dg .cr.function:hover,.dg .cr.boolean:hover{background:#fff}.dg .c input[type=text]{background:#e9e9e9}.dg .c input[type=text]:hover{background:#eee}.dg .c input[type=text]:focus{background:#eee;color:#555}.dg .c .slider{background:#e9e9e9}.dg .c .slider:hover{background:#eee} diff --git a/sass/stylesheet.scss b/sass/stylesheet.scss index 7266e04..f82090e 100644 --- a/sass/stylesheet.scss +++ b/sass/stylesheet.scss @@ -25,7 +25,7 @@ a { top: 10px; left: 10px; z-index: 5; - padding: 5px 6px; + padding: 25px 10px; display: none; h5 { display: inline;