adjust mod report page

This commit is contained in:
jpope
2014-01-06 20:27:32 -06:00
parent 9e9c9c509b
commit ff9b6b51b0
2 changed files with 6 additions and 4 deletions

View File

@@ -349,7 +349,7 @@ text-align: center;
border-top: 6px dashed #D49086
}
.form_field_input input, .form_field_input textarea {
/*.form_field_input input,*/ .form_field_input textarea {
width: 100%;
}
@@ -820,7 +820,7 @@ pre {
}
/* desktop resolutions */
@media screen and (min-width: 960px) {
.container .three.columns { /* this needs to be more specific - inplace for the gallery... */
.container .three.columns.media_thumbnail {
width:180px;
margin-left:3px;
margin-right:3px;
@@ -828,7 +828,7 @@ pre {
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.container .three.columns { /* this needs to be more specific - inplace for the gallery... */
.container .three.columns.media_thumbnail {
width:147px;
margin-left:2px;
margin-right:2px;