comparison pylons_app/public/css/style.css @ 398:8c50b164fb58

Implemented basic gravatar support on admin pages only for now
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 08 Aug 2010 01:26:23 +0200
parents 4cf4b82aa2a0
children 7eba3d1e4227
comparison
equal deleted inserted replaced
397:4cf4b82aa2a0 398:8c50b164fb58
1897 #content div.box table td 1897 #content div.box table td
1898 { 1898 {
1899 padding: 5px; 1899 padding: 5px;
1900 background: #ffffff; 1900 background: #ffffff;
1901 border-bottom: 1px solid #cdcdcd; 1901 border-bottom: 1px solid #cdcdcd;
1902 vertical-align:middle;
1902 } 1903 }
1903 1904
1904 #content div.box table tr.selected td 1905 #content div.box table tr.selected td
1905 { 1906 {
1906 background: #FFFFCC; 1907 background: #FFFFCC;
3438 3439
3439 } 3440 }
3440 table#permissions_manage tr#add_perm_input td{ 3441 table#permissions_manage tr#add_perm_input td{
3441 vertical-align:middle; 3442 vertical-align:middle;
3442 3443
3444 }
3445
3446 /* -----------------------------------------------------------
3447 GRAVATARS
3448 ----------------------------------------------------------- */
3449 .gravatar_box img{
3450 float:left;
3451 padding-right: 5px;
3452 padding-top:3px;
3443 } 3453 }
3444 3454
3445 3455
3446 /* ----------------------------------------------------------- 3456 /* -----------------------------------------------------------
3447 jquery ui 3457 jquery ui