diff options
author | Jayaram Pai | 2014-02-06 08:32:32 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-02-06 08:32:32 +0530 |
commit | f26f41ba9be39c604168d14b5617b6be8042d7f7 (patch) | |
tree | a470f916318c6242f87d8ad55ef3e819201a5f88 /static/website/css/main.css | |
parent | 8c3a67ea81d1ae46b9ee0147098b2fe275e577ae (diff) | |
download | spoken-tutorial-forums-f26f41ba9be39c604168d14b5617b6be8042d7f7.tar.gz spoken-tutorial-forums-f26f41ba9be39c604168d14b5617b6be8042d7f7.tar.bz2 spoken-tutorial-forums-f26f41ba9be39c604168d14b5617b6be8042d7f7.zip |
added timestamp to replies
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 4f1f495..27d0e10 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -109,6 +109,11 @@ body { right: 0px; bottom: 0px; } +#content .reply .meta{ + position: absolute; + right: 0px; + bottom: 0px; +} #content .question .user{ background: #f5f5f5; padding: 2px 7px; @@ -180,9 +185,6 @@ table .title a { #content .reply .body { } #content .reply .user { - position: absolute; - right: 0px; - bottom: 0px; padding: 2px 7px; background: #f5f5f5; } |