| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- /*
- - Layout
- */
-
- .um-account i {
- vertical-align: baseline !important;
- }
-
- .um-account p.um-notice {
- margin: 0 0 20px 0 !important;
- padding: 12px 15px !important;
- }
-
- .um-account a:focus {
- outline: 0 !important; /*removes the dotted border*/
- }
-
- .um-account-side {
- float: left;
- width: 30%;
- padding: 0px;
- box-sizing: border-box;
- }
-
- .um-account-main {
- float: left;
- width: 70%;
- padding: 0px 0px 0px 1.5em;
- box-sizing: border-box;
- }
-
- .um-account-main a {
- border-bottom: none !important;
- }
-
- .um-account-tab {
- display: none;
- }
-
- .um-account-tab .um-field .um-field-label {
- display: flex;
- flex-direction: row;
- align-items: baseline;
- flex-wrap: nowrap;
- justify-content: flex-start;
- }
-
- /*
- - Main tab
- */
-
- .um-account-main div.um-account-heading {
- display: flex;
- flex-wrap: nowrap;
- flex-direction: row;
- justify-content: flex-start;
- align-items: baseline;
- margin: 0 !important;
- font-size: 18px;
- line-height: 18px;
- font-weight: bold;
- color: #555;
- }
-
- .um-account-main div.um-account-heading i {
- margin-right: 10px;
- font-size: 26px;
- position: relative;
- top: 2px;
- }
-
- .um-account-main p {
- margin: 20px 0 0 0!important;
- padding: 0 !important;
- }
-
- .um-account-main label {
- font-size: 15px;
- }
-
- /*
- - Account photo
- */
-
- .um-account-meta {
- text-align: center;
- margin-bottom: 20px;
- }
-
- .um-account-meta img {
- margin: 0 !important;
- position: static !important;
- float: none !important;
- display: inline-block;
- }
-
- .um-account-meta.radius-1 img { -moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
- .um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
- .um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
-
- .um-account-name {
- padding-top: 12px;
- }
-
- .um-account-name a {
- font-weight: bold;
- color: #555;
- text-decoration: none !important;
- font-size: 18px;
- line-height: 1.4em;
- }
-
- .um-account-profile-link a {
- font-size: 13px;
- font-weight: normal;
- }
-
- /*
- - Account nav
- */
-
- .um-account-nav a {
- display: block;
- height: 44px;
- line-height: 44px;
- color: #666 !important;
- text-decoration: none !important;
- position: relative;
- padding-left: 40px;
- border-bottom: 1px solid #eee !important;
- transition: all .2s linear;
- font-size: 14px;
- }
-
- .um-account-nav a.current{
- font-weight: bold;
- }
-
- .um-account-nav span.arr {
- position: absolute;
- right: 0;
- top: 1px;
- font-size: 28px;
- }
-
- .um-account-nav span.ico {
- position: absolute;
- left: 0;
- top: 0;
- font-size: 21px;
- width: 21px;
- text-align: center;
- }
-
- /*
- - Account tabs
- */
-
- .um-account-side ul, .um-account-side li {
- margin: 0 !important;
- padding: 0 !important;
- list-style-type: none !important;
- }
-
- .um-account-side li {margin-bottom: 1px !important;background: #eee;}
-
- .um-account-side li a{
- display: block;
- padding: 4px 0px;
- font-size: 14px;
- height: 30px;
- line-height: 20px;
- color: #999;
- position: relative;
- }
-
- .um-account-side li a span.um-account-arrow {
- position: absolute;
- right: 10px;
- top: 6px;
- font-size: 26px;
- opacity: 0.6;
- }
-
- .um-account-side li a span.um-account-icon,
- .um-account-side li a.current span.um-account-icon,
- .um-account-side li a.current:hover span.um-account-icon
- {
- text-align: center;
- font-size: 20px;
- width: 20px;
- height: 30px;
- border-right: 1px solid #ccc;
- color: #444;
- float: left;
- padding: 0px 15px;
- font-weight: normal !important;
- }
-
- .um-account-side li a span.um-account-icon i {
- display: block;
- height: 30px;
- line-height: 30px;
- }
-
- .um-account-side li a span.um-account-title {
- padding-left: 20px;
- float: left;
- height: 30px;
- line-height: 30px;
- color: #555;
- }
-
- .um-account-side li a:hover {color: #444; background: #ddd}
-
- .um-account-side li a.current,
- .um-account-side li a.current:hover {
- color: #444;
- font-weight: bold;
- text-decoration: none !important;
- }
-
- .um-field-export_data .um-field-error {
- display: none;
- }
-
- .um-field-export_data .um-field-area-response {
- display: none;
- line-height: 1.5;
- padding: 10px 0;
- }
-
- .um-request-button {
- display: inline-block;
- background-color: #3ba1da;
- border-radius: 5px;
- color: #fff;
- margin: 10px 0 0;
- padding: 5px 10px;
- text-decoration: none;
- }
-
- .um-request-button:hover {
- background-color: #44b0ec;
- color: #fff;
- text-decoration: none;
- }
|