2012-02-06 10:32:57 +04:00
|
|
|
/*dl > dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}*/
|
2012-05-06 15:49:40 +04:00
|
|
|
#leftcontent { top: 3.5em !important; padding: 0; margin: 0; }
|
2012-06-17 01:37:24 +04:00
|
|
|
#leftcontent a { padding: 0 0 0 25px; }
|
2012-04-22 02:43:47 +04:00
|
|
|
#rightcontent { top: 3.5em !important; padding-top: 5px; }
|
2012-06-17 23:34:56 +04:00
|
|
|
#leftcontent h3 { cursor: pointer; -moz-transition: background 300ms ease 0s; background: none no-repeat scroll 1em center #eee; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; display: block; max-width: 100%; padding: 0.5em 0.8em; color: #666; text-shadow: 0 1px 0 #f8f8f8; font-size: 1.2em; }
|
2012-06-24 18:03:10 +04:00
|
|
|
#leftcontent h3:hover,#leftcontent h3:active,#leftcontent h3.active { background-color: #DBDBDB; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #D4D4D4; color: #333333; }
|
2012-06-18 01:12:48 +04:00
|
|
|
#contacts { position: fixed; background: #fff; max-width: 100%; width: 20em; left: 12.5em; top: 3.7em; bottom: 3em; overflow: auto; padding: 0; margin: 0; }
|
2012-06-17 01:37:24 +04:00
|
|
|
.contacts a { height: 23px; display: block; left: 12.5em; margin: 0 0 0 0; padding: 0 0 0 25px; }
|
2012-06-26 01:31:35 +04:00
|
|
|
.contacts li.ui-draggable { height: 23px; }
|
|
|
|
.ui-draggable-dragging { width: 16em; }
|
2012-06-25 20:23:48 +04:00
|
|
|
.ui-state-hover { border: 1px solid dashed; }
|
2012-05-07 15:59:31 +04:00
|
|
|
#bottomcontrols { padding: 0; bottom:0px; height:2.8em; width: 20em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; -moz-box-shadow: 0 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000;}
|
2012-04-22 02:43:47 +04:00
|
|
|
#contacts_newcontact { float: left; margin: 0.2em 0 0 1em; }
|
|
|
|
#chooseaddressbook { float: right; margin: 0.2em 1em 0 0; }
|
|
|
|
#actionbar { height: 30px; width: 60px; position: fixed; right: 0px; top: 4em; margin: 0 0 0 0; padding: 0 0 0 0; z-index: 1000; }
|
2012-05-04 18:36:45 +04:00
|
|
|
#contacts_deletecard {position:relative; float:left; background:url('%webroot%/core/img/actions/delete.svg') no-repeat center; }
|
|
|
|
#contacts_downloadcard {position:relative; float:left; background:url('%webroot%/core/img/actions/download.svg') no-repeat center; }
|
|
|
|
#contacts_propertymenu { clear: both; max-width: 15em; margin: 2em; }
|
|
|
|
#contacts_propertymenu_button { position:relative;top:0;left:0; margin: 0; }
|
2012-06-26 01:31:35 +04:00
|
|
|
#contacts_propertymenu_dropdown { background-color: #fff; position:relative; right:0; overflow:hidden; text-overflow:ellipsis; border: thin solid #1d2d44; box-shadow: 0 3px 5px #bbb; /* -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; box-shadow:0 0 10px #000; -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em; -moz-border-radius:0.5em; -webkit-border-radius:0.5em;*/ border-radius: 3px; }
|
2012-05-04 18:36:45 +04:00
|
|
|
#contacts_propertymenu li { display: block; font-weight: bold; height: 20px; }
|
2012-02-06 10:32:57 +04:00
|
|
|
#contacts_propertymenu li a { padding: 3px; display: block }
|
|
|
|
#contacts_propertymenu li:hover { background-color: #1d2d44; }
|
|
|
|
#contacts_propertymenu li a:hover { color: #fff }
|
2012-04-03 05:28:12 +04:00
|
|
|
#card { width: auto;/*max-width: 70em; border: thin solid lightgray; display: block;*/ }
|
2012-02-22 01:31:35 +04:00
|
|
|
#firstrun { width: 100%; position: absolute; top: 5em; left: 0; text-align: center; font-weight:bold; font-size:1.5em; color:#777; }
|
|
|
|
#firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; }
|
2012-02-06 10:32:57 +04:00
|
|
|
|
2012-06-15 06:26:03 +04:00
|
|
|
#card input[type="text"].contacts_property,input[type="email"].contacts_property,input[type="url"].contacts_property { width: 14em; float: left; font-weight: bold; }
|
2012-03-07 19:39:56 +04:00
|
|
|
.categories { float: left; width: 16em; }
|
2012-06-15 06:26:03 +04:00
|
|
|
#card input[type="text"],input[type="email"],input[type="url"],input[type="tel"],input[type="date"], select, textarea { background-color: #fefefe; border: 0 !important; -webkit-appearance:none !important; -moz-appearance:none !important; -webkit-box-sizing:none !important; -moz-box-sizing:none !important; box-sizing:none !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; float: left; }
|
|
|
|
#card input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,input[type="email"]:hover,input[type="url"]:hover,input[type="tel"]:hover,input[type="date"]:hover,input[type="date"],input[type="date"]:hover,input[type="date"]:active,input[type="date"]:active,input[type="date"]:active,input[type="email"]:active,input[type="url"]:active,input[type="tel"]:active, select:hover, select:focus, select:active, textarea:focus, textarea:hover { border: 0 !important; -webkit-appearance:textfield; -moz-appearance:textfield; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; background:#fff; color:#333; border:1px solid #ddd; -moz-box-shadow:0 1px 1px #ddd, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #ddd, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #ddd, 0 1px 0 #bbb inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; outline:none; float: left; }
|
2012-05-05 15:43:59 +04:00
|
|
|
textarea { width: 80%; min-height: 5em; min-width: 30em; margin: 0 !important; padding: 0 !important; outline: 0 !important;}
|
2012-06-26 01:31:35 +04:00
|
|
|
dl.form { width: 100%; float: left; clear: right; margin: 0; padding: 0; cursor: normal; }
|
2012-04-03 05:28:12 +04:00
|
|
|
.form dt { display: table-cell; clear: left; float: left; width: 7em; margin: 0; padding: 0.8em 0.5em 0 0; text-align:right; text-overflow:ellipsis; o-text-overflow: ellipsis; vertical-align: text-bottom; color: #bbb;/* white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap;*/ }
|
2012-03-29 16:30:54 +04:00
|
|
|
.form dd { display: table-cell; clear: right; float: left; margin: 0; padding: 0px; white-space: nowrap; vertical-align: text-bottom; }
|
2012-05-28 17:59:58 +04:00
|
|
|
label:hover, dt:hover { color: #333; }
|
2012-06-06 21:13:57 +04:00
|
|
|
/*::-webkit-input-placeholder { color: #bbb; }
|
|
|
|
:-moz-placeholder { color: #bbb; }
|
|
|
|
:-ms-input-placeholder { color: #bbb; }*/
|
2012-04-23 23:14:10 +04:00
|
|
|
.droptarget { margin: 0.5em; padding: 0.5em; border: thin solid #ccc; -moz-border-radius:.3em; -webkit-border-radius:.3em; border-radius:.3em; }
|
|
|
|
.droppable { margin: 0.5em; padding: 0.5em; border: thin dashed #333; -moz-border-radius:.3em; -webkit-border-radius:.3em; border-radius:.3em; }
|
2012-04-26 17:20:01 +04:00
|
|
|
.loading { background: url('%webroot%/core/img/loading.gif') no-repeat center !important; /*cursor: progress; */ cursor: wait; }
|
|
|
|
.ui-autocomplete-loading { background: url('%webroot%/core/img/loading.gif') right center no-repeat; }
|
2012-05-05 17:23:48 +04:00
|
|
|
.ui-autocomplete-input { margin-top: 0.5em; } /* Ugly hack */
|
2012-04-03 05:28:12 +04:00
|
|
|
.float { float: left; }
|
2012-05-03 15:39:10 +04:00
|
|
|
.svg { border: inherit; background: inherit; }
|
2012-02-06 10:32:57 +04:00
|
|
|
.listactions { height: 1em; width:60px; float: left; clear: right; }
|
2012-05-03 15:39:10 +04:00
|
|
|
.add,.edit,.delete,.mail, .globe, .upload, .download, .cloud { cursor: pointer; width: 20px; height: 20px; margin: 0; float: left; position:relative; opacity: 0.1; }
|
|
|
|
.add:hover,.edit:hover,.delete:hover,.mail:hover, .globe:hover, .upload:hover, .download:hover .cloud:hover { opacity: 1.0 }
|
2012-04-26 17:20:01 +04:00
|
|
|
.add { background:url('%webroot%/core/img/actions/add.svg') no-repeat center; clear: both; }
|
|
|
|
.delete { background:url('%webroot%/core/img/actions/delete.svg') no-repeat center; }
|
|
|
|
.edit { background:url('%webroot%/core/img/actions/rename.svg') no-repeat center; }
|
|
|
|
.mail { background:url('%webroot%/core/img/actions/mail.svg') no-repeat center; }
|
|
|
|
.upload { background:url('%webroot%/core/img/actions/upload.svg') no-repeat center; }
|
2012-05-03 15:39:10 +04:00
|
|
|
.download { background:url('%webroot%/core/img/actions/download.svg') no-repeat center; }
|
2012-04-26 17:20:01 +04:00
|
|
|
.cloud { background:url('%webroot%/core/img/places/picture.svg') no-repeat center; }
|
|
|
|
/*.globe { background:url('../img/globe.svg') no-repeat center; }*/
|
|
|
|
.globe { background:url('%webroot%/core/img/actions/public.svg') no-repeat center; }
|
2012-04-22 22:44:11 +04:00
|
|
|
.transparent{ opacity: 0.6; }
|
2012-03-29 16:30:54 +04:00
|
|
|
#edit_name_dialog { padding:0; }
|
|
|
|
#edit_name_dialog > input { width: 15em; }
|
|
|
|
#edit_address_dialog { /*width: 30em;*/ }
|
|
|
|
#edit_address_dialog > input { width: 15em; }
|
2012-05-04 18:36:45 +04:00
|
|
|
#edit_photo_dialog_img { display: block; min-width: 150; min-height: 200; }
|
2012-04-03 05:28:12 +04:00
|
|
|
#fn { float: left !important; width: 18em !important; }
|
|
|
|
#name { /*position: absolute; top: 0px; left: 0px;*/ min-width: 25em; height: 2em; clear: right; display: block; }
|
|
|
|
#identityprops { /*position: absolute; top: 2.5em; left: 0px;*/ }
|
|
|
|
/*#contact_photo { max-width: 250px; }*/
|
|
|
|
#contact_identity { min-width: 30em; }
|
2012-04-26 17:20:01 +04:00
|
|
|
.contactsection { position: relative; float: left; /*max-width: 40em;*/ padding: 0.5em; height: auto: border: thin solid lightgray;/* -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; background-color: #f8f8f8;*/ }
|
2012-02-06 10:32:57 +04:00
|
|
|
|
2012-03-29 16:30:54 +04:00
|
|
|
#cropbox { margin: auto; }
|
2012-06-28 03:45:59 +04:00
|
|
|
#contacts_details_photo_wrapper { width: 200px; }
|
2012-05-28 17:59:58 +04:00
|
|
|
#contacts_details_photo_wrapper.wait { opacity: 0.6; filter:alpha(opacity=0.6); z-index:1000; background: url('%webroot%/core/img/loading.gif') no-repeat center center; cursor: wait; }
|
2012-06-28 03:45:59 +04:00
|
|
|
.contacts_details_photo { border-radius: 0.5em; border: thin solid #bbb; margin: 0.3em; background: url('%webroot%/core/img/loading.gif') no-repeat center center; -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; box-shadow: 0 1px 3px #777; opacity: 1; }
|
|
|
|
.contacts_details_photo:hover { background: #fff; cursor: default; }
|
2012-04-22 22:44:11 +04:00
|
|
|
#phototools { position:absolute; margin: 5px 0 0 10px; width:auto; height:22px; padding:0px; background-color:#fff; list-style-type:none; border-radius: 0.5em; -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; box-shadow: 0 1px 3px #777; }
|
|
|
|
#phototools li { display: inline; }
|
|
|
|
#phototools li a { float:left; cursor:pointer; width:22px; height:22px; opacity: 0.6; }
|
|
|
|
#phototools li a:hover { opacity: 0.8; }
|
|
|
|
|
2012-02-06 10:32:57 +04:00
|
|
|
/* Address editor */
|
|
|
|
#addressdisplay { padding: 0.5em; }
|
2012-04-30 03:01:24 +04:00
|
|
|
dl.addresscard { background-color: #fff; float: left; width: auto; margin: 0 0.3em 0.3em 0.3em; padding: 0; border: 0; }
|
2012-02-06 10:32:57 +04:00
|
|
|
dl.addresscard dd {}
|
2012-06-06 21:13:57 +04:00
|
|
|
dl.addresscard dt { padding: 0.3em; font-weight: bold; clear: both; color: #aaa; }
|
2012-04-30 03:01:24 +04:00
|
|
|
dl.addresscard dt:hover { color:#777; }
|
2012-02-06 10:32:57 +04:00
|
|
|
dl.addresscard dd > ul { margin: 0.3em; padding: 0.3em; }
|
2012-05-02 14:10:44 +04:00
|
|
|
dl.addresscard .action { float: right; }
|
2012-06-06 21:13:57 +04:00
|
|
|
#address dt { width: 30%; white-space:nowrap; }
|
|
|
|
#address dd { width: 66%; }
|
|
|
|
#address input { width: 12em; padding: 0.6em 0.5em 0.4em; }
|
|
|
|
#address input:-moz-placeholder { color: #aaa; }
|
|
|
|
#address input::-webkit-input-placeholder { color: #aaa; }
|
|
|
|
#address input:-ms-input-placeholder { color: #aaa; }
|
|
|
|
#address input:placeholder { color: #aaa; }
|
2012-02-06 10:32:57 +04:00
|
|
|
#adr_type {} /* Select */
|
|
|
|
#adr_pobox {}
|
|
|
|
#adr_extended {}
|
|
|
|
#adr_street {}
|
|
|
|
#adr_city {}
|
|
|
|
#adr_region {}
|
|
|
|
#adr_zipcode {}
|
|
|
|
#adr_country {}
|
|
|
|
|
2012-05-04 17:47:19 +04:00
|
|
|
#file_upload_form { width: 0; height: 0; }
|
2012-04-26 17:20:01 +04:00
|
|
|
#file_upload_target, #import_upload_target, #crop_target { display:none; }
|
2012-05-18 19:37:36 +04:00
|
|
|
#file_upload_start, #import_upload_start { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; z-index:1001; width:0; height:0;}
|
2012-05-17 16:29:20 +04:00
|
|
|
#import_upload_start { width: 16px; height: 16px; margin: 0 0 0 0; }
|
2012-02-06 10:32:57 +04:00
|
|
|
input[type="checkbox"] { width: 20px; height: 20px; vertical-align: bottom; }
|
2012-04-03 05:28:12 +04:00
|
|
|
.big { font-weight:bold; font-size:1.2em; }
|
|
|
|
.huge { font-weight:bold; font-size:1.5em; }
|
2012-02-06 10:32:57 +04:00
|
|
|
.propertycontainer dd { float: left; width: 25em; }
|
|
|
|
.propertylist { clear: none; max-width: 28em; }
|
2012-05-02 14:10:44 +04:00
|
|
|
.propertylist li.propertycontainer { white-space: nowrap; min-width: 35em; /*max-width: 30em;*/ display: block; clear: right; }
|
2012-05-06 19:54:08 +04:00
|
|
|
.propertycontainer[data-element="EMAIL"] > input[type="email"] { min-width: 19em !important; float: left; }
|
|
|
|
.propertycontainer[data-element="TEL"] > input[type="text"] { width: 10em !important; float: left; }
|
2012-02-06 10:32:57 +04:00
|
|
|
.propertylist li > input[type="checkbox"],input[type="radio"] { float: left; clear: left; width: 20px; height: 20px; vertical-align: middle; }
|
|
|
|
.propertylist li > select { float: left; max-width: 8em; }
|
2012-05-10 18:53:25 +04:00
|
|
|
.typelist[type="button"] { float: left; max-width: 10em; border: 0; background-color: #fff; color: #bbb} /* for multiselect */
|
|
|
|
.typelist[type="button"]:hover { color: #777; } /* for multiselect */
|
2012-04-30 03:01:24 +04:00
|
|
|
.addresslist { clear: both; font-weight: bold; }
|