Skip to content

Commit

Permalink
fix @media - for small display
Browse files Browse the repository at this point in the history
fix @media - for small display
  • Loading branch information
CB9TOIIIA committed May 24, 2017
1 parent fecfd3d commit 91d142f
Show file tree
Hide file tree
Showing 26 changed files with 311 additions and 10 deletions.
2 changes: 2 additions & 0 deletions assets/css/articles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@media screen and (max-width: 1600px) { .uk-text-center table tr { display: inline-grid !important;} }

.tagsstat .zebra { display: inline-flex; flex-wrap: wrap; width: 98%; height: 200px; flex-direction: column; list-style: none; padding: 0;} .tagsstat .zebra li { padding: 5px; margin-right: 5px; } .tagsstat .zebra li:nth-child(odd) { background: #EFEFEF; } .tagsstat .zebra li:nth-child(even) { background: white; }
.zebratable {width: 98%; margin: 0 auto;}
.zebratable td {padding: 5px;}
Expand Down
2 changes: 2 additions & 0 deletions assets/css/auhorsprofile.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@media screen and (max-width: 1600px) { .uk-text-center table tr { display: inline-grid !important;} }

.tagsstat .zebra { display: inline-flex; flex-wrap: wrap; width: 98%; height: 200px; flex-direction: column; list-style: none; padding: 0;} .tagsstat .zebra li { padding: 5px; margin-right: 5px; } .tagsstat .zebra li:nth-child(odd) { background: #EFEFEF; } .tagsstat .zebra li:nth-child(even) { background: white; }
.zebratable {width: 98%; margin: 0 auto;}
.zebratable td {padding: 5px;}
Expand Down
2 changes: 2 additions & 0 deletions assets/css/autors.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@media screen and (max-width: 1600px) { .uk-text-center table tr { display: inline-grid !important;} }

.tagsstat .zebra { display: inline-flex; flex-wrap: wrap; width: 98%; height: 500px; flex-direction: column; list-style: none; padding: 0;} .tagsstat .zebra li { padding: 5px; margin-right: 5px; } .tagsstat .zebra li:nth-child(odd) { background: #EFEFEF; } .tagsstat .zebra li:nth-child(even) { background: white; }
.zebratable {width: 98%; margin: 0 auto;}
.zebratable td {padding: 5px;}
Expand Down
2 changes: 2 additions & 0 deletions assets/css/datepick.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@media screen and (max-width: 1600px) { .uk-text-center table tr { display: inline-grid !important;} }

#mask-date-calendarstart, #mask-date-calendarend {width: 90px; margin-left: 5px; margin-right: 5px}

input#togglecalend {
Expand Down
2 changes: 2 additions & 0 deletions assets/css/disqus.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@media screen and (max-width: 1600px) { .uk-text-center table tr { display: inline-grid !important;} }

.clrred{color:red}
blockquote.postaclass{margin-bottom:30px}
li.inforepsmile img:not(:first-child),.messageauthor + img + img,.messageauthorafds + li img:not(:first-child){margin-left:10px}
Expand Down
2 changes: 2 additions & 0 deletions assets/css/jquery.dataTables.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/css/metrika.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@media screen and (max-width: 1600px) { .uk-text-center table tr { display: inline-grid !important;} }

.vergit {
clear: both;
float: right;
Expand Down
Loading

0 comments on commit 91d142f

Please sign in to comment.