diff options
author | Andy Staudacher <andy.st@gmail.com> | 2010-02-21 13:08:06 -0800 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2010-02-21 13:08:06 -0800 |
commit | be20309259de9310da3be703c93c4e42def2541b (patch) | |
tree | 38ecbb4fe4183e65af79cd9fbdfae3d99b8cd4d3 /modules/gallery/css | |
parent | cb57c3912aef6bed394a4693f94e9c97001aff34 (diff) | |
parent | 1377b2c7b3110a132d4b2d748be72a6aafa537e6 (diff) |
Merge commit 'upstream/master'
Diffstat (limited to 'modules/gallery/css')
-rw-r--r-- | modules/gallery/css/gallery.css | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index e06c4dd9..f3e5ec6d 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -55,6 +55,34 @@ margin: 0; } +/* User profile ~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +#g-user-profile h1 { + margin: 1em 0; +} + +#g-user-profile .g-avatar { + margin-right: .6em; +} + +#g-user-profile .g-block { + margin-top: 0; +} + +#g-user-profile .g-block-content { + margin-top: 0; +} + +#g-user-profile th, +#g-user-profile td { + border: none; +} + +#g-user-profile th { + white-space: nowrap; + width: 1%; +} + /** ******************************************************************* * 2) Admin **********************************************************************/ @@ -96,4 +124,8 @@ .rtl #g-block-admin .g-left { margin-left: 1em; margin-right: 0; -}
\ No newline at end of file +} + +.rtl #g-user-profile .g-avatar { + margin-left: .6em; +} |