mobile theme: CSS fixes

This commit is contained in:
Elias Tzoc
2012-10-05 18:13:49 +02:00
committed by Ivan Masár
parent bed7fc63a0
commit 39f2f13800
2 changed files with 14 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
that sc-mobile.min.css cannot control. that sc-mobile.min.css cannot control.
Last update by Elias Tzoc <tzoce@muohio.edu> Last update by Elias Tzoc <tzoce@muohio.edu>
September 12, 2012 September 29, 2012
*/ */
@@ -65,7 +65,7 @@ border: 1px solid #ccc;
} }
div.artifact-description { div.artifact-description {
margin-top: -2px; margin-top: -20px;
} }
div#aspect_artifactbrowser_ItemViewer_div_item-view h2 { div#aspect_artifactbrowser_ItemViewer_div_item-view h2 {
@@ -112,7 +112,7 @@ margin-top: -10px;
div.pagination { div.pagination {
position: relative; position: relative;
margin-left: 0px; margin-left: 0px;
margin-top: 55px; margin-top: 75px;
margin-bottom: 55px; margin-bottom: 55px;
border-bottom: 1px solid #F2F2F2; border-bottom: 1px solid #F2F2F2;
} }
@@ -203,7 +203,7 @@ border-radius: 5px;
ul.ds-artifact-list li { ul.ds-artifact-list li {
margin-left: -25px; margin-left: -25px;
margin-top: 10px; margin-top: 30px;
margin-right: 15px; margin-right: 15px;
margin-bottom: 15px; margin-bottom: 15px;
border-bottom: 0px solid #ccc; border-bottom: 0px solid #ccc;
@@ -327,3 +327,4 @@ h3.ds-list-head {
font-size: 18px; font-size: 18px;
margin-bottom: 1px; margin-bottom: 1px;
} }

File diff suppressed because one or more lines are too long