Skip to content

Commit

Permalink
#6 코드 정리 및 HTML리셋 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrambo committed Aug 7, 2014
1 parent 7b9ee08 commit 689c88c
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 10 deletions.
71 changes: 71 additions & 0 deletions modules/attendance/skins/default/css/twitterstyle.css
Expand Up @@ -445,3 +445,74 @@
font-size: 12px;
}

/* HTML Reset */
a {
color: #008EF2;
text-decoration: underline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
code, form, fieldset, legend, input, textarea, p, a, blockquote, th, td {
margin:0; padding:0; border: 0;
}

table {
border-collapse: separate;
border-spacing: 0;
}

ol,ul { list-style:none; }

fieldset,img { border:0; }

address, caption, cite, code, dfn, em, th, var {
font-style:normal;
/* font-weight:normal; */
}

caption, th, td {
text-align: left;
/* font-weight:normal; */
}

h1,h2,h3,h4,h5,h6 { font-size:100%;}

abbr, acronym { border:0; font-variant:normal; }

sup { vertical-align:text-top;}
sub { vertical-align:text-bottom;}

input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; *font-size:100%; }

legend { color:#000; }

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

a, a:visited { text-decoration: none; }
a:hover,
a:active,
a:focus { text-decoration:none; }
a {
cursor: pointer;
}















3 changes: 3 additions & 0 deletions modules/attendance/skins/default/gift.html
Expand Up @@ -30,6 +30,9 @@
</td>
</tr>
<!--@endforeach-->
<tr cond="!$attendance_gift">
<td colspan="8">{$lang->msg_not_exist_data}</td>
</tr>
</tbody>
</table>

Expand Down
11 changes: 1 addition & 10 deletions modules/attendance/skins/default/twitter_board.html
Expand Up @@ -115,15 +115,13 @@
<div class="lulu-content-info pix-lulu">
<div class="lulu-content-title">
<a class="lulu-title-link">

<!--@if($weekly->weekly == 7 && $selected_date == $week->sunday1)-->
<span class="label label-info">{$lang->attendance_perfect}</span>
<!--@elseif($is_perfect->monthly_perfect)-->
<span class="label label-success">{$lang->attendance_perfect}</span>
<!--@elseif($is_perfect->yearly_perfect)-->
<span class="label label-warning">{$lang->attendance_perfect}</span>
<!--@end-->

<!--@if($data->greetings)-->
<!--@if($exist_document == 1)-->
<!-- {cut_str($oDocument->getContentText(text),$module_info->greetings_cut_size,'...')} -->
Expand All @@ -142,15 +140,8 @@
</a>
</div>
</div><!-- .lulu-content-info -->

</div><!-- .lulu-content -->

</div><!-- .lulu-content -->
</div><!-- .lulu-main -->





</div><!-- .lulu-block -->


Expand Down

0 comments on commit 689c88c

Please sign in to comment.