adjusting padding and margin around the courses page
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Apr 2018 15:32:07 +0000 (11:32 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Apr 2018 15:32:07 +0000 (11:32 -0400)
css/responsive.css
style.css

index d7cf110..60fc90a 100644 (file)
@@ -295,7 +295,7 @@ Responsive CSS
     .hentry,
     #comments,
     #secondary .widget{
-        padding: 20px;
+        padding: 5px;
     }
     
     .entry-thumb{
index 1d21db2..30fcf0b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2654,4 +2654,16 @@ body .cmvl-navbar-navigation span{
     left: 5px;
     top: 2px;
     max-width: 30px;
+}
+.cmvl-stats-user-table thead tr th:last-child,.cmvl-stats-user-table tbody tr td:last-child{
+    display: none;
+}
+.cmvl-stats-user-table thead tr th:nth-child(2){
+    max-width: 50px;
+}
+.cmvl-stats-user-table thead tr th:nth-last-child(2){
+    max-width: 80px;
+}
+.cmvl-stats-user-table thead tr th:nth-last-child(3){
+    max-width: 65px;
 }
\ No newline at end of file