aboutsummaryrefslogtreecommitdiffstats
path: root/src/html/mail.html
diff options
context:
space:
mode:
authorpzread <netfirewall@gmail.com>2013-08-12 01:09:08 +0800
committerpzread <netfirewall@gmail.com>2013-08-12 01:09:08 +0800
commit08e008103eaf3acc004beacb368e28cb76de1678 (patch)
treec46308e21d169f159d7c48aef6b304eacb724575 /src/html/mail.html
parent722bb30bc952b61ce3bd94a5bc7a45db5f6b69ba (diff)
downloadtaiwan-online-judge-08e008103eaf3acc004beacb368e28cb76de1678.tar
taiwan-online-judge-08e008103eaf3acc004beacb368e28cb76de1678.tar.gz
taiwan-online-judge-08e008103eaf3acc004beacb368e28cb76de1678.tar.bz2
taiwan-online-judge-08e008103eaf3acc004beacb368e28cb76de1678.tar.lz
taiwan-online-judge-08e008103eaf3acc004beacb368e28cb76de1678.tar.xz
taiwan-online-judge-08e008103eaf3acc004beacb368e28cb76de1678.tar.zst
taiwan-online-judge-08e008103eaf3acc004beacb368e28cb76de1678.zip
Update bootstrap. Fix part UI bugHEADmaster
Diffstat (limited to 'src/html/mail.html')
-rw-r--r--src/html/mail.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/html/mail.html b/src/html/mail.html
index 6471d93..7c389a6 100644
--- a/src/html/mail.html
+++ b/src/html/mail.html
@@ -6,7 +6,7 @@
<h3>寫新郵件</h3>
</div>
<div class="modal-body row">
- <div class="span13">
+ <div class="col-lg-13">
<div class="input-group">
<span class="input-group-addon">收件人</span>
<input class="form-control to_username" type="text" placeholder="使用者名稱">
@@ -34,7 +34,7 @@
<h3 class="title"></h3>
</div>
<div class="modal-body row">
- <div class="span13">
+ <div class="col-lg-13">
<div class="input-group">
<span class="input-group-addon username_label"></span>
<input class="form-control username" type="text" disabled></input>
@@ -59,9 +59,9 @@
<thead>
<tr>
<th class="check"><span class="check check_bold checkall" data-all="mailcheck"></span></th>
- <th class="span2 username"></th>
- <th class="span4">標題</th>
- <th class="span2 time">時間</th>
+ <th class="col-lg-2 username"></th>
+ <th class="col-lg-7 title">標題</th>
+ <th class="col-lg-4 time">時間</th>
</tr>
</thead>
<tbody></tbody>