Skip to content

Commit 6672a4e

Browse files
author
Matthew Matz
committed
drop shadows for round buttons
1 parent 1a07e6f commit 6672a4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/webapp/WEB-INF/includes/pageparts/editor-menu.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<span class="project-name"></span> <span class="project-owner"></span>
3434
</div>
3535
</div>
36-
<div style="width:100%;">
36+
<div style="width:100%; padding-bottom: 5px;">
3737
<div style="display:inline; padding-left: 10px;">
3838
<a onclick="compile()" data-toggle="tooltip" title="Verify code (compile)" data-placement="bottom" href="#" class="btn btn-success btn-circle"><i class="glyphicon glyphicon-ok"></i></a>
3939
<c:if test="${param.editor_lang == 'c'}">

src/main/webapp/cdn/style-editor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ nav .nav > li > a:first-child {
200200
border-radius: 15px;
201201
}
202202

203+
.btn-circle:hover {
204+
box-shadow: 2px 2px 5px #89a;
205+
}
206+
203207
#save-project {
204208
-webkit-transition: padding-left 1s, background 1s, border 1s;
205209
transition: padding-left 1s, background 1s, border 1s;

0 commit comments

Comments
 (0)