From 918a2b9a125730011ce1b99d136bf26ef57fe37e Mon Sep 17 00:00:00 2001 From: Git Date: Sat, 17 Mar 2012 08:00:30 +0000 Subject: [PATCH] Empty commit --- static/styles/minimal/style.css | 6 +++--- static/styles/minimal_mod_alt.css | 17 +++++++++++------ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/static/styles/minimal/style.css b/static/styles/minimal/style.css index dc0f6390..30ef1e3e 100644 --- a/static/styles/minimal/style.css +++ b/static/styles/minimal/style.css @@ -481,9 +481,9 @@ ul.collage_images { width: 695px !important; } - -#user .main_column td img{max-width:130px !important; max-height:130px !important} -#user .main_column td img:hover{max-width:300px !important; max-height:300px !important; width:300px !important; height:300px !important; margin:-75px; z-index:100} +#user .recent td { text-align: center; } +#user .recent td img{width:130px !important; height:130px !important} +#user .recent td img:hover{max-width:300px !important; max-height:300px !important; width:300px !important; height:300px !important; margin:-75px; z-index:100} .collage_images{width:645px} #requests .tags{color:#656565} diff --git a/static/styles/minimal_mod_alt.css b/static/styles/minimal_mod_alt.css index e19aeb85..2192ba36 100644 --- a/static/styles/minimal_mod_alt.css +++ b/static/styles/minimal_mod_alt.css @@ -1222,17 +1222,22 @@ ul.collage_images { width: 695px !important; } -#user .main_column td img { - max-height: 130px!important; - max-width: 130px!important; +#user .recent td img { + height: 130px!important; + width: 130px!important; } -#user .main_column td img:hover { +#user .recent td { + text-align: center; +} + +#user .recent td img:hover { max-height: 280px!important; - height: 280px!important; max-width: 280px!important; width: 280px!important; - z-index: 100; + height: 280px!important; + + z-index: 8; margin: -75px; }