CSS Fix.
This commit is contained in:
18
style.css
18
style.css
@@ -6,10 +6,16 @@ body{
|
||||
font-family: 'Barlow';font-size: 16px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.refresh{
|
||||
background: #cadbeb;
|
||||
border: 1px solid #5f94c2;
|
||||
border-radius: 2px;
|
||||
border-radius: 4px;
|
||||
display: block;
|
||||
padding-bottom: 3px;
|
||||
margin-bottom: 10px;
|
||||
@@ -22,6 +28,12 @@ body{
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.thumbnail img {
|
||||
border: 1px solid #3b6f9d;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.info {
|
||||
float: left;
|
||||
width: auto;
|
||||
@@ -39,7 +51,7 @@ body{
|
||||
width: 500px;
|
||||
background: #cadbeb;
|
||||
border: 1px solid #3b6f9d;
|
||||
border-radius: 2px;
|
||||
border-radius: 4px;
|
||||
margin-top: 10px;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
@@ -87,7 +99,7 @@ body{
|
||||
display: inline-block;
|
||||
background-color: #95b8d7;
|
||||
border: 1px solid #274a68;
|
||||
border-radius: 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.material-icons.md-arrow {
|
||||
|
||||
Reference in New Issue
Block a user