Changeset 590
- Timestamp:
- Jun 18, 2010, 5:20:08 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/layouts/dialog.gsp
r588 r590 5 5 <head> 6 6 <title><g:layoutTitle default="Grails"/></title><g:if env="production"> 7 <link rel="stylesheet" href="${resource(dir: 'css', file: 'dialog. css')}"/>7 <link rel="stylesheet" href="${resource(dir: 'css', file: 'dialog.min.css')}"/> 8 8 </g:if><g:else> 9 <link rel="stylesheet" href="${resource(dir: 'css', file: 'dialog. min.css')}"/>9 <link rel="stylesheet" href="${resource(dir: 'css', file: 'dialog.css')}"/> 10 10 </g:else> 11 11 <g:javascript library="jquery"/> -
trunk/grails-app/views/termEditor/pages/terms.gsp
r588 r590 21 21 #termForm { 22 22 display: block; 23 vertical-align: top; 23 24 } 24 25 #termForm #label { … … 73 74 <g:form action="pages" name="wizardForm" id="wizardForm"> 74 75 <div id="label">search term: </div> 75 <div id="term"><g:textField name="term" rel="ontology-${ontologies}" /></div>76 <div id="button" style="inline-block;"><g:submitButton name="add" value="Add term" /></div>76 <div id="term"><g:textField name="term" rel="ontology-${ontologies}" size="40" /></div> 77 <div id="button"><g:submitButton name="add" value="Add term" /></div> 77 78 </g:form> 78 79 </div> -
trunk/web-app/css/dialog.css
r588 r590 325 325 326 326 /* END : info boxes */ 327 328 /* START : input element styles */ 329 330 input, textarea { 331 border: 1px solid #CCC; 332 margin: 2px 0; 333 padding: 2px 4px; 334 background-color: #fff; 335 } 336 337 input:focus, select:focus, textarea:focus { 338 border: 1px solid #B2D1FF; 339 background-color: #fff; 340 } 341 342 /* END : input element styles */ -
trunk/web-app/css/dialog.min.css
r588 r590 1 body{margin:0;padding:0;font:12px normal Verdana,Arial,Helvetica,sans-serif;}#sortable{list-style-type:none;margin:0;padding:0;width:200px;}#sortable li{margin:0 5px 5px 5px;padding:5px;font-size:1em;}html>body #sortable li{height:1.5em;line-height:1.2em;}.ui-state-highlight{height:1.5em;line-height:1.2em;}.ui-autocomplete .ui-menu-item{font-size:10px;}.ui-autocomplete .about{font-size:8px;color:#006DBA;}.ui-autocomplete .from{font-size:8px;color:#666;}h1,h2{display:none;}#content{padding-top:40px;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10pt;padding-bottom:20px;}#content p{text-align:justify;}#content a:link,#content a:visited,#content a:hover{color:#006dba;text-decoration:none;}#content p img{display:run-in;float:right;padding:2px;border:1px solid #006dba;margin-left:10px;margin-bottom:10px;height:120px;}#content .message{border:1px solid #ccc;margin-bottom:10px;margin-top:10px;background:#f7f7f7 url(../images/icons/famfamfam/information.png) 10px 10px no-repeat;padding:10px 10px 10px 33px;}table{border:1px solid #ccc;width:100%;}tr{border:0;}td,th{font:11px verdana,arial,helvetica,sans-serif;line-height:12px;padding:5px 6px;text-align:left;vertical-align:top;}th{background:#fff url(../images/default_style/tables/shadow.jpg);color:#666;font-size:11px;font-weight:bold;line-height:17px;padding:2px 6px;}th a:link,th a:visited,th a:hover{color:#333;display:block;font-size:10px;text-decoration:none;width:100%;}th.asc a,th.desc a{background-position:right;background-repeat:no-repeat;}th.asc a{background-image:url(../images/default_style/tables/sorted_asc.gif);}th.desc a{background-image:url(../images/default_style/tables/sorted_desc.gif);}.odd{background:#f7f7f7;}.even{background:#fff;}tr.prop td{padding-top:2px;padding-bottom:2px;}.list table{border-collapse:collapse;}.list th,.list td{border-left:1px solid #ddd;}.list th:hover,.list tr:hover{background:#b2d1ff;}.buttons{margin-top:15px;font-size:10px;}#content .button a{color:#333;}.button a{font-size:10px;font-weight:bold;margin-left:3px;margin-right:3px;padding-top:2px;padding-bottom:2px;}.buttons input{background:#fff;border:0;color:#333;cursor:pointer;font-size:10px;font-weight:bold;margin-left:3px;margin-right:3px;overflow:visible;padding:2px 6px;font-family:Verdana,Arial,Helvetica,sans-serif;}.buttons input.delete,.buttons a.delete{background:transparent url(../images/icons/famfamfam/delete.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.edit,.buttons a.edit{background:transparent url(../images/icons/famfamfam/application_edit.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.save,.buttons a.save{background:transparent url(../images/icons/famfamfam/accept.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.create,.buttons a.create{background:transparent url(../images/icons/famfamfam/add.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.backToList,.buttons a.backToList{background:transparent url(../images/icons/famfamfam/application.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.cancel,.buttons a.cancel{background:transparent url(../images/icons/famfamfam/delete.png) 5px 50% no-repeat;padding-left:28px;font-weight:normal;}td.buttons input{font-weight:normal;}.paginateButtons{margin-top:15px;overflow:auto;width:100%;}.paginateButtons a,.paginateButtons span.currentStep{border:solid 1px #ccc;margin-right:2px;display:block;float:left;padding:1px 6px;text-decoration:none;}.paginateButtons a{color:#0e509e;}.paginateButtons span.currentStep{background:#2e6ab1;color:#FFF;}.ui-autocomplete .ui-menu-item{font-size:10px;}.ui-autocomplete .about{font-size:8px;color:#006DBA;}.ui-autocomplete .from{font-size:8px;color:#666;}option.addMore{background:url(../images/icons/famfamfam/add.png) no-repeat left top;background-color:#333;padding-left:18px;height:16px;color:#fff;font-weight:bold;}option.modify{background:url(../images/icons/famfamfam/layout_add.png) no-repeat left top;background-color:#333;padding-left:18px;height:16px;color:#fff;font-weight:bold;}option.locked{background:url(../images/icons/famfamfam/lock.png) no-repeat left top;padding-left:18px;}option.unlocked{padding-left:18px;}.info{display:block;border:1px solid #006DBA;background-color:#f8feff;padding:10px;font-size:10px;margin:10px 0 10px 0;}.info .title{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/information.png) no-repeat center left;}.info .todo{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/wrench.png) no-repeat center left;}.info .known{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/eye.png) no-repeat center left;}.info .error{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/exclamation.png) no-repeat center left;}.famfamfam{width:16px;height:16px;}.spinner{background:url(../images/spinner.gif) no-repeat left top;width:16px;height:16px;display:none;} 1 body{margin:0;padding:0;font:12px normal Verdana,Arial,Helvetica,sans-serif;}#sortable{list-style-type:none;margin:0;padding:0;width:200px;}#sortable li{margin:0 5px 5px 5px;padding:5px;font-size:1em;}html>body #sortable li{height:1.5em;line-height:1.2em;}.ui-state-highlight{height:1.5em;line-height:1.2em;}.ui-autocomplete .ui-menu-item{font-size:10px;}.ui-autocomplete .about{font-size:8px;color:#006DBA;}.ui-autocomplete .from{font-size:8px;color:#666;}h1,h2{display:none;}#content{padding-top:40px;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10pt;padding-bottom:20px;}#content p{text-align:justify;}#content a:link,#content a:visited,#content a:hover{color:#006dba;text-decoration:none;}#content p img{display:run-in;float:right;padding:2px;border:1px solid #006dba;margin-left:10px;margin-bottom:10px;height:120px;}#content .message{border:1px solid #ccc;margin-bottom:10px;margin-top:10px;background:#f7f7f7 url(../images/icons/famfamfam/information.png) 10px 10px no-repeat;padding:10px 10px 10px 33px;}table{border:1px solid #ccc;width:100%;}tr{border:0;}td,th{font:11px verdana,arial,helvetica,sans-serif;line-height:12px;padding:5px 6px;text-align:left;vertical-align:top;}th{background:#fff url(../images/default_style/tables/shadow.jpg);color:#666;font-size:11px;font-weight:bold;line-height:17px;padding:2px 6px;}th a:link,th a:visited,th a:hover{color:#333;display:block;font-size:10px;text-decoration:none;width:100%;}th.asc a,th.desc a{background-position:right;background-repeat:no-repeat;}th.asc a{background-image:url(../images/default_style/tables/sorted_asc.gif);}th.desc a{background-image:url(../images/default_style/tables/sorted_desc.gif);}.odd{background:#f7f7f7;}.even{background:#fff;}tr.prop td{padding-top:2px;padding-bottom:2px;}.list table{border-collapse:collapse;}.list th,.list td{border-left:1px solid #ddd;}.list th:hover,.list tr:hover{background:#b2d1ff;}.buttons{margin-top:15px;font-size:10px;}#content .button a{color:#333;}.button a{font-size:10px;font-weight:bold;margin-left:3px;margin-right:3px;padding-top:2px;padding-bottom:2px;}.buttons input{background:#fff;border:0;color:#333;cursor:pointer;font-size:10px;font-weight:bold;margin-left:3px;margin-right:3px;overflow:visible;padding:2px 6px;font-family:Verdana,Arial,Helvetica,sans-serif;}.buttons input.delete,.buttons a.delete{background:transparent url(../images/icons/famfamfam/delete.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.edit,.buttons a.edit{background:transparent url(../images/icons/famfamfam/application_edit.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.save,.buttons a.save{background:transparent url(../images/icons/famfamfam/accept.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.create,.buttons a.create{background:transparent url(../images/icons/famfamfam/add.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.backToList,.buttons a.backToList{background:transparent url(../images/icons/famfamfam/application.png) 5px 50% no-repeat;padding-left:28px;}.buttons input.cancel,.buttons a.cancel{background:transparent url(../images/icons/famfamfam/delete.png) 5px 50% no-repeat;padding-left:28px;font-weight:normal;}td.buttons input{font-weight:normal;}.paginateButtons{margin-top:15px;overflow:auto;width:100%;}.paginateButtons a,.paginateButtons span.currentStep{border:solid 1px #ccc;margin-right:2px;display:block;float:left;padding:1px 6px;text-decoration:none;}.paginateButtons a{color:#0e509e;}.paginateButtons span.currentStep{background:#2e6ab1;color:#FFF;}.ui-autocomplete .ui-menu-item{font-size:10px;}.ui-autocomplete .about{font-size:8px;color:#006DBA;}.ui-autocomplete .from{font-size:8px;color:#666;}option.addMore{background:url(../images/icons/famfamfam/add.png) no-repeat left top;background-color:#333;padding-left:18px;height:16px;color:#fff;font-weight:bold;}option.modify{background:url(../images/icons/famfamfam/layout_add.png) no-repeat left top;background-color:#333;padding-left:18px;height:16px;color:#fff;font-weight:bold;}option.locked{background:url(../images/icons/famfamfam/lock.png) no-repeat left top;padding-left:18px;}option.unlocked{padding-left:18px;}.info{display:block;border:1px solid #006DBA;background-color:#f8feff;padding:10px;font-size:10px;margin:10px 0 10px 0;}.info .title{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/information.png) no-repeat center left;}.info .todo{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/wrench.png) no-repeat center left;}.info .known{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/eye.png) no-repeat center left;}.info .error{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/exclamation.png) no-repeat center left;}.famfamfam{width:16px;height:16px;}.spinner{background:url(../images/spinner.gif) no-repeat left top;width:16px;height:16px;display:none;}input,textarea{border:1px solid #CCC;margin:2px 0;padding:2px 4px;background-color:#fff;}input:focus,select:focus,textarea:focus{border:1px solid #B2D1FF;background-color:#fff;} -
trunk/web-app/css/wizard.css
r588 r590 180 180 margin: 2px 0; 181 181 padding: 2px 4px; 182 background-color: #fff; 182 183 } 183 184 184 185 .wizard .element .input input:focus, select:focus, textarea:focus { 185 186 border: 1px solid #B2D1FF; 187 background-color: #fff; 186 188 } 187 189 -
trunk/web-app/css/wizard.min.css
r588 r590 1 .wizard{display:block;padding-top:10px;}.wizard .info{display:block;border:1px solid #006DBA;background-color:#f8feff;padding:10px;font-size:10px;margin:10px 0 10px 0;}.wizard .info .title{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/information.png) no-repeat center left;}.wizard .info .error{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/exclamation.png) no-repeat center left;}.wizard .info .todo{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/wrench.png) no-repeat center left;}.wizard .info .known{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/eye.png) no-repeat center left;}.wizard .famfamfam{width:16px;height:16px;}.wizard .spinner{background:url(../images/spinner.gif) no-repeat left top;width:16px;height:16px;display:none;}.wizard .sliderContainer{display:block;margin-top:10px;width:150px;}.wizard .tabs{display:block;padding-bottom:2px;border-bottom:2px solid #006DBA;width:100%;}.wizard .tabs ul{list-style-type:none;padding:0;font-size:10px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;height:20px;width:100%;}.wizard .tabs img{border:0;}.wizard .tabs li{float:left;margin:0;height:20px;float:left;display:block;text-align:center;text-decoration:none;color:#006DBA;background:#CCC;font-weight:bold;}.wizard .tabs .content{padding:0 10px 0 10px;display:inline;border:0;}.wizard .tabs .active{background-color:#006DBA!important;color:#fff!important;text-shadow:0 0 1px #333;}.wizard .tabs .arrow{position:inherit;margin-top:0;margin-bottom:0;display:inline;}.wizard .content{display:block;padding-bottom:10px;border-bottom:2px solid #006DBA;}.wizard .navigation{display:block;color:#666;font-size:10px;}.wizard .prevnext{cursor:pointer;color:#006DBA;background-color:transparent;border:none;}.wizard .element .input .isExample{color:#006DBA;background-color:transparent;border:0;input:disabled;}.wizard .element{display:block;}.wizard .element .description{display:inline-block;font-size:11px;width:250px;word-wrap:break-word;zoom:1;*display:inline;}.wizard .element .input{display:inline;font-size:11px;word-wrap:break-word;}.wizard .element .input input[type="radio"]{margin-top:10px;margin-right:5px;}.wizard .error{background:url(../images/icons/famfamfam/exclamation.png) no-repeat 230px 4px;}.wizard .element .input input,textarea{vertical-align:top;border:1px solid #CCC;margin:2px 0;padding:2px 4px; }.wizard .element .input input:focus,select:focus,textarea:focus{border:1px solid #B2D1FF;}.wizard .element .helpIcon{display:inline-block;margin-top:4px;background:url(../images/icons/famfamfam/help.png) no-repeat left top;width:16px;height:16px;zoom:1;*display:inline;}.wizard .element .helpContent{display:none;}.wizard .table{display:block;border:1px solid #575a5d;background-color:#ebf7fc;margin-top:10px;font-size:11px;overflow:hidden;white-space:nowrap;}.wizard .table b{color:#006dba;font-weight:bold;}.wizard .table .header{display:block;background-color:#006DBA;color:#fff;font-weight:bold;width:auto;height:32px;line-height:32px;text-shadow:0 0 1px #333;}.wizard .column .helpIcon{display:inline-block;margin-top:4px;background:url(../images/icons/famfamfam/help.png) no-repeat left top;width:16px;height:16px;zoom:1;*display:inline;}.wizard .column{display:inline-block;padding:2px 4px;min-width:120px;zoom:1;*display:inline;}.wizard .firstColumn{display:inline-block;padding:2px 4px;width:20px;zoom:1;*display:inline;}.wizard .table .row{display:block;height:32px;border-top:1px solid #8e908f;width:auto;}.wizard .table .row input,.wizard .table .row select{background-color:#fff;}.wizard .table .ui-selected{background-color:#ffab7b;}.wizard .table .ui-selecting{background-color:#f2e3bc;}.wizard .table .row .warning{color:red;font-size:8px;height:10px;}.wizard .table .row .error{background-color:#ffb0b7;}.wizard .table input[type=text],.wizard .table select{border:1px solid #8e908f;margin:2px 0;padding:2px 4px;background-color:transparent;width:100px;}.wizard .table .header input[type=text],.wizard .table .header select,.wizard .table .header button{border:1px solid #8e908f;margin:2px 0;padding:2px 4px;background-color:#fff;width:75px;}.wizard .table .highlight,.wizard .table .highlight input,.wizard .table .highlight select,.wizard .table .highlight b{background-color:#006DBA;color:#fff;}.wizard .table .highlight input,.wizard .table .highlight select{background-color:#6e99d4;color:#fff;}.wizard .bigbutton{background:url(../images/wizard/big-button.jpg) no-repeat left top;border:0;width:454px;height:53px;color:#fff;font-size:18pt;}.wizard .bigbutton:hover{color:#000;}.wizard .bigtext{color:#006dba;font-weight:normal;font-size:24px;margin:.8em 0 .3em 0;display:block;width:100%;text-align:center;}.vertical{writing-mode:tb-rl;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);white-space:nowrap;display:block;bottom:0;width:20px;height:100px;text-shadow:0 0 1px #333;border:1px solid red;}.wizard .upload_button{display:inline;border:1px solid #006dba;padding:4px 8px;cursor:pointer;line-height:26px;}.wizard .upload_info{display:inline;color:#006dba;margin-left:5px;}.wizard .upload_info .error{color:red;}.wizard ul.publication_list,.wizard ul.contact_list{list-style-type:none;margin:-10px 0 0 255px;padding:0;}.wizard ul.publication_list li,.wizard ul.contact_list li{margin-left:0;padding:4px 6px;}.wizard li.even{background-color:#F3F3F3;}.wizard li.odd{background-color:#FAFAFA;}.wizard li .delete_button{float:right;margin-left:10px;cursor:pointer;}.wizard ul.publication_list li .authors{font-size:10px;margin-top:3px;color:#333;}.wizard ul.contact_list li .person{display:inline;}.wizard ul.contact_list li .role{color:#009;display:inline;margin-left:5px;}.wizard ul.contact_list li .role:before{content:' / ';color:#009;}.wizard .contacts_dialog{margin:5px 0;}1 .wizard{display:block;padding-top:10px;}.wizard .info{display:block;border:1px solid #006DBA;background-color:#f8feff;padding:10px;font-size:10px;margin:10px 0 10px 0;}.wizard .info .title{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/information.png) no-repeat center left;}.wizard .info .error{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/exclamation.png) no-repeat center left;}.wizard .info .todo{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/wrench.png) no-repeat center left;}.wizard .info .known{color:#006DBA;font-size:14px;font-weight:normal;display:block;margin-bottom:5px;padding-left:20px;background:url(../images/icons/famfamfam/eye.png) no-repeat center left;}.wizard .famfamfam{width:16px;height:16px;}.wizard .spinner{background:url(../images/spinner.gif) no-repeat left top;width:16px;height:16px;display:none;}.wizard .sliderContainer{display:block;margin-top:10px;width:150px;}.wizard .tabs{display:block;padding-bottom:2px;border-bottom:2px solid #006DBA;width:100%;}.wizard .tabs ul{list-style-type:none;padding:0;font-size:10px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;height:20px;width:100%;}.wizard .tabs img{border:0;}.wizard .tabs li{float:left;margin:0;height:20px;float:left;display:block;text-align:center;text-decoration:none;color:#006DBA;background:#CCC;font-weight:bold;}.wizard .tabs .content{padding:0 10px 0 10px;display:inline;border:0;}.wizard .tabs .active{background-color:#006DBA!important;color:#fff!important;text-shadow:0 0 1px #333;}.wizard .tabs .arrow{position:inherit;margin-top:0;margin-bottom:0;display:inline;}.wizard .content{display:block;padding-bottom:10px;border-bottom:2px solid #006DBA;}.wizard .navigation{display:block;color:#666;font-size:10px;}.wizard .prevnext{cursor:pointer;color:#006DBA;background-color:transparent;border:none;}.wizard .element .input .isExample{color:#006DBA;background-color:transparent;border:0;input:disabled;}.wizard .element{display:block;}.wizard .element .description{display:inline-block;font-size:11px;width:250px;word-wrap:break-word;zoom:1;*display:inline;}.wizard .element .input{display:inline;font-size:11px;word-wrap:break-word;}.wizard .element .input input[type="radio"]{margin-top:10px;margin-right:5px;}.wizard .error{background:url(../images/icons/famfamfam/exclamation.png) no-repeat 230px 4px;}.wizard .element .input input,textarea{vertical-align:top;border:1px solid #CCC;margin:2px 0;padding:2px 4px;background-color:#fff;}.wizard .element .input input:focus,select:focus,textarea:focus{border:1px solid #B2D1FF;background-color:#fff;}.wizard .element .helpIcon{display:inline-block;margin-top:4px;background:url(../images/icons/famfamfam/help.png) no-repeat left top;width:16px;height:16px;zoom:1;*display:inline;}.wizard .element .helpContent{display:none;}.wizard .table{display:block;border:1px solid #575a5d;background-color:#ebf7fc;margin-top:10px;font-size:11px;overflow:hidden;white-space:nowrap;}.wizard .table b{color:#006dba;font-weight:bold;}.wizard .table .header{display:block;background-color:#006DBA;color:#fff;font-weight:bold;width:auto;height:32px;line-height:32px;text-shadow:0 0 1px #333;}.wizard .column .helpIcon{display:inline-block;margin-top:4px;background:url(../images/icons/famfamfam/help.png) no-repeat left top;width:16px;height:16px;zoom:1;*display:inline;}.wizard .column{display:inline-block;padding:2px 4px;min-width:120px;zoom:1;*display:inline;}.wizard .firstColumn{display:inline-block;padding:2px 4px;width:20px;zoom:1;*display:inline;}.wizard .table .row{display:block;height:32px;border-top:1px solid #8e908f;width:auto;}.wizard .table .row input,.wizard .table .row select{background-color:#fff;}.wizard .table .ui-selected{background-color:#ffab7b;}.wizard .table .ui-selecting{background-color:#f2e3bc;}.wizard .table .row .warning{color:red;font-size:8px;height:10px;}.wizard .table .row .error{background-color:#ffb0b7;}.wizard .table input[type=text],.wizard .table select{border:1px solid #8e908f;margin:2px 0;padding:2px 4px;background-color:transparent;width:100px;}.wizard .table .header input[type=text],.wizard .table .header select,.wizard .table .header button{border:1px solid #8e908f;margin:2px 0;padding:2px 4px;background-color:#fff;width:75px;}.wizard .table .highlight,.wizard .table .highlight input,.wizard .table .highlight select,.wizard .table .highlight b{background-color:#006DBA;color:#fff;}.wizard .table .highlight input,.wizard .table .highlight select{background-color:#6e99d4;color:#fff;}.wizard .bigbutton{background:url(../images/wizard/big-button.jpg) no-repeat left top;border:0;width:454px;height:53px;color:#fff;font-size:18pt;}.wizard .bigbutton:hover{color:#000;}.wizard .bigtext{color:#006dba;font-weight:normal;font-size:24px;margin:.8em 0 .3em 0;display:block;width:100%;text-align:center;}.vertical{writing-mode:tb-rl;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);white-space:nowrap;display:block;bottom:0;width:20px;height:100px;text-shadow:0 0 1px #333;border:1px solid red;}.wizard .upload_button{display:inline;border:1px solid #006dba;padding:4px 8px;cursor:pointer;line-height:26px;}.wizard .upload_info{display:inline;color:#006dba;margin-left:5px;}.wizard .upload_info .error{color:red;}.wizard ul.publication_list,.wizard ul.contact_list{list-style-type:none;margin:-10px 0 0 255px;padding:0;}.wizard ul.publication_list li,.wizard ul.contact_list li{margin-left:0;padding:4px 6px;}.wizard li.even{background-color:#F3F3F3;}.wizard li.odd{background-color:#FAFAFA;}.wizard li .delete_button{float:right;margin-left:10px;cursor:pointer;}.wizard ul.publication_list li .authors{font-size:10px;margin-top:3px;color:#333;}.wizard ul.contact_list li .person{display:inline;}.wizard ul.contact_list li .role{color:#009;display:inline;margin-left:5px;}.wizard ul.contact_list li .role:before{content:' / ';color:#009;}.wizard .contacts_dialog{margin:5px 0;}
Note: See TracChangeset
for help on using the changeset viewer.