Browse Source

minor css changes primarily for smaller resolutions

master
jk 5 years ago
parent
commit
7d4855dd0e
  1. 14
      themes/anatole/static/css/style.css

14
themes/anatole/static/css/style.css

@ -242,7 +242,7 @@ width:95%;
.sidebar .logo-title { .sidebar .logo-title {
text-align: center; text-align: center;
padding-top: 240px;
padding-top: 20%;
} }
.sidebar .logo-title .description { .sidebar .logo-title .description {
font-size: 14px; font-size: 14px;
@ -754,7 +754,8 @@ a.btn {
width:300px; width:300px;
float:left; float:left;
display:inline; display:inline;
padding:0px;
padding: 0px;
margin:10px;
border: 1px solid var(--text-colour); border: 1px solid var(--text-colour);
} }
@ -806,7 +807,7 @@ a.btn {
.page-top .nav{ .page-top .nav{
width: 90%; width: 90%;
} }
.page-top .nav #Likes, .page-top .nav #Replies, .page-top .nav #Re-posts{
.page-top .nav #Responses{
display:none; display:none;
} }
.page-top .language-selector i{ .page-top .language-selector i{
@ -830,6 +831,12 @@ a.btn {
width:95%; width:95%;
margin-left:15px; margin-left:15px;
} }
.contents img.thumb{
min-width: 100%;
margin: 10px auto;
text-align:center;
float:none;
}
.footer { .footer {
display: none; display: none;
} }
@ -843,4 +850,5 @@ a.btn {
padding:0px 30px; padding:0px 30px;
height: 30px; height: 30px;
} }
} }