aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/style.less
diff options
context:
space:
mode:
authorpzread <netfirewall@gmail.com>2013-06-22 18:55:10 +0800
committerpzread <netfirewall@gmail.com>2013-06-22 18:55:10 +0800
commite0043639746fdbbf4958c67a3ef55c63c2fe51a5 (patch)
treebf553445c16ad67b56fd26403057428c4e6dd4af /src/css/style.less
parenta66de70527978a4510c6e230fcc56ce890bf20a2 (diff)
downloadtaiwan-online-judge-e0043639746fdbbf4958c67a3ef55c63c2fe51a5.tar
taiwan-online-judge-e0043639746fdbbf4958c67a3ef55c63c2fe51a5.tar.gz
taiwan-online-judge-e0043639746fdbbf4958c67a3ef55c63c2fe51a5.tar.bz2
taiwan-online-judge-e0043639746fdbbf4958c67a3ef55c63c2fe51a5.tar.lz
taiwan-online-judge-e0043639746fdbbf4958c67a3ef55c63c2fe51a5.tar.xz
taiwan-online-judge-e0043639746fdbbf4958c67a3ef55c63c2fe51a5.tar.zst
taiwan-online-judge-e0043639746fdbbf4958c67a3ef55c63c2fe51a5.zip
Add notice. Done profile page
Diffstat (limited to 'src/css/style.less')
-rw-r--r--src/css/style.less20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/css/style.less b/src/css/style.less
index 97e519e..c36c429 100644
--- a/src/css/style.less
+++ b/src/css/style.less
@@ -6,6 +6,26 @@ div.medium_modal{
width:970px;
margin-left:-485px;
}
+span.check{
+ width:14px;
+ height:14px;
+ border:@gray 1px solid;
+ position:relative;
+ display:inline-block;
+
+ &:hover{
+ background-color:fade(@black,10%);
+ }
+
+ i{
+ position:absolute;
+ top:-2px;
+ left:0px;
+ }
+}
+span.check_bold{
+ border:@darkgray 2px solid;
+}
.time{
font-size:@SmallFontSize;
}