ref: master
public/stylesheets/blocks/profile-info.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
.profile-info-block h2 { text-align: center; } .profile-info-picture { position: relative; float: right; display: table; width: 106px; height: 106px; } .msie6 .profile-info-picture { /* margin-right: 20px; */ } .profile-info-picture-inner1 { display: table-cell; text-align: center; vertical-align: middle; } .profile-info-picture-inner2 { position: relative; left: 0px; display: block; } .profile-info-block a { font-size: smaller; } .profile-info-picture img { border: none; padding: 2px; } .profile-info-picture .sex-male, .profile-info-picture .sex-female, .profile-info-picture .sex-undef { position: absolute; top: 4px; right: 4px; display: block; width: 15px; height: 15px; } .profile-info-picture .sex-male { background: url(../images/icons-app/ico-male.png); } .profile-info-picture .sex-female { background: url(../images/icons-app/ico-female.png); } .profile-info-picture .sex-undef { background: url(../images/icons-app/ico-sex-undef.png); } .msie6 .profile-info-picture .sex-male { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icons-app/ico-male.png', sizingMethod='scale'); } .msie6 .profile-info-picture .sex-female { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icons-app/ico-female.png', sizingMethod='scale'); } .msie6 .profile-info-picture .sex-undef { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icons-app/ico-sex-undef.png', sizingMethod='scale'); } #content .profile-info-picture .sex-male span, #content .profile-info-picture .sex-female span, #content .profile-info-picture .sex-undef span { display: none; } .profile-info-data { width: 110px; font-size: 10px; text-align: right; position: relative; top: 20px; } .profile-info-block .adr { padding-top: 5px; font-size: 11px; clear: both; text-align: center; } .profile-info-block .adr span { white-space: nowrap; } .profile-info-options { clear: both; } .profile-info-options { padding-top: 20px; text-align: right; padding-right: 20px; } .profile-info-block { padding-left: 1em; padding-right: 1em; } .profile-info-block ul { padding: 0px; margin: 0px; } #content .profile-info-block ul li { list-style: none; list-style-image: none; margin: 0px 0px 5px 0px; padding: 2px; } #circles-container { background-color: #eee; padding: 5px; display: flex; } #circles-container p { font-size: 12px; margin-bottom: 5px; } #circle-actions { margin-top: 15px; } #new-category-field-actions-block { float: left; width: 80%; margin-bottom: 10px; } #new-circle-form { margin-top: 10px; } #new-circle-form input { width: 90px; } #new-circle-form select { margin-top: 2px; width: 95px; } #new-circle-form label { font-size: 10px; margin-right: 5px; } #new-circle-form .button-bar { padding-top: 0px; } #new-circle-form .button { width: 60px; } #new-circle-form .button-bar .button { width: 40px; font-size: 10px; } |