summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-18 15:57:22 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-18 15:57:22 +0200
commit480782694eaf557957a3bf4bd9ad71e61ff51873 (patch)
tree023f3e902d0cb434db017dabb7954ba051bf31f0
parentchange the informations returned (diff)
downloadstargit-480782694eaf557957a3bf4bd9ad71e61ff51873.tar.gz
css for the infobox
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
-rw-r--r--public/css/style.css56
1 files changed, 47 insertions, 9 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 7554bb7..c7c8c5b 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -173,15 +173,6 @@ input.fisheye{
background: url("../images/fisheye.png") no-repeat 0 50%;
}
-#user{
- float: left;
- height: 112px;
- width: 32%;
-
- border-top-color: #FFF;
- border-top-width: 1px;
- border-top-style: solid;
-}
#legend{
float: left;
@@ -214,3 +205,50 @@ input.fisheye{
.button{
display: block;
}
+
+/*profile information*/
+
+#infobox{
+ float: left;
+ height: 112px;
+ width: 32%;
+
+ border-top-color: #FFF;
+ border-top-width: 1px;
+ border-top-style: solid;
+}
+
+#info_graph {
+ height:2em;
+ padding-left: 0.8em;
+ font-size: 8px;
+ border-bottom:1px solid #bedce7;
+}
+
+#user {
+}
+
+#gravatar{
+ width: 90px;
+ padding: 2px;
+ float:left;
+}
+
+#gravatared {
+ border:1px solid #d0d0d0;
+ background-color:white;
+ margin-right:4px;
+ margin-left:4px;
+}
+
+#user_info {
+ padding:.8em 0 .8em 1.2em;
+ border-left:1px solid #bedce7;
+ float: left;
+ color:#808080;;
+ font-size:.85em;
+ line-height:1.5em;
+}
+
+#error{
+}