Skip to content

Commit 635885e

Browse files
committed
Changed the appearance of the refresh button in the footer.
Got rid of the vertical rule that looked like a text cursor/carat, and gave the refresh link a more button-like appearance so that there is still some visual separation.
1 parent 577aca4 commit 635885e

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

codepulse/src/main/resources/toserve/common/desktop.css

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
left: 0;
2020
right: 0;
2121
bottom: 0;
22-
padding: 0 1px;
2322

2423
z-index: 3;
2524

@@ -58,10 +57,11 @@
5857
cursor: pointer;
5958
color: #9C9C9C;
6059
opacity: 0.8;
61-
background-color: transparent;
62-
padding: 3px;
60+
background-color: rgba(255,255,255,0.05);
6361
text-decoration: none;
64-
62+
display: inline-block;
63+
width: 25px;
64+
text-align: center;
6565
}
6666

6767
#refresh-link:hover {
@@ -76,14 +76,9 @@
7676
color: rgb(219, 175, 0);
7777
}
7878

79-
.vr {
80-
border-left: 1px solid;
81-
display: inline;
82-
margin-right: 5px;
83-
}
84-
8579
#status-bar {
8680
display: inline-block;
81+
padding-left: 5px;
8782
}
8883

8984
#status-bar .status { display: none; }

codepulse/src/main/webapp/templates-hidden/desktop.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
<a external-href="https://github.com/secdec/codepulse/issues">let us know</a>!
5757
</div>
5858

59-
<div class="vr"></div>
60-
6159
<div id="status-bar">
6260
<!-- area for status messages -->
6361
<div class="status status-slow-treemap">

0 commit comments

Comments
 (0)