123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- body.jtalkBody {
- margin-bottom: 320px;
- }
- #jtalkTabs {
- position: fixed;
- font-family: helvetica,arial,sans;
- font-size: 12px;
- background: white;
- z-index: 1;
- bottom: 0;
- left: 0;
- right: 0;
- margin: 0;
- padding: 0 0 3px 0;
- height: 20px;
- background: white;
- }
- #jtalkTabs li {
- list-style-type: none;
- display: inline;
- background: #c8c8c8;
- font-weight: bold;
- color: #414141;
- padding: 4px;
- border: 1px solid #acacac;
- cursor: pointer;
- line-height: 14px;
- }
- #jtalkTabs li.selected {
- background: #dbdbdb;
- border-top: 0 none;
- padding: 5px 4px;
- color: #222;
- }
- #jtalkTabs li span.close {
- margin-left: 10px;
- }
- #jtalkTabs li.closeAll {
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- background: #ef3b3b;
- color: #e3e3e3;
- font-weight: bold;
- border: 1px solid #ac1616;
- margin: 4px;
- padding: 2px 6px;
- font-size: 10px;
- }
- #jtalkTabs li.closeAll:hover {
- background: #e72a2a;
- }
- #jtalk {
- position: fixed;
- bottom: 27px;
- left: 0;
- right: 0;
- height: 300px;
- }
- #jtalk .ui-resizable-handle {
- background-color: #a8a8a8;
- top: 0;
- cursor: row-resize;
- height: 4px;
- left: 0;
- position: absolute;
- right: 0;
- width: auto !important;
- }
- .jtalkTool {
- width: 98%;
- background: #dbdbdb;
- border-style: solid;
- border-width: 1px;
- border-color: #a8a8a8;
- color: @dark;
- font-family: Arial, Helvetica, sans;
- font-size: 12px;
- line-height: 1.5em;
- padding: 15px 1%;
- position: absolute;
- bottom: 0;
- left: 0;
- top: 4px;
- }
- .jtalkTool .jt_box {
- width: 98%;
- margin: 0;
- position: absolute;
- top: 15px;
- bottom: 45px;
- }
- .jtalkTool .jt_buttons {
- position: absolute;
- bottom: 15px;
- }
- .jtalkTool .important {
- font-weight: bold;
- }
-
- .jtalkTool .jt_buttons button,
- .jtalkTool .jt_buttons select {
- font-size: 12px;
- }
- .jtalkTool textarea {
- border: 1px solid;
- border-color: #a8a8a8;
- font-family: Arial, Helvetica, sans;
- line-height: 1.2em;
- font-size: 13px;
- position: relative;
- padding: 0;
- }
- .jtalkTool .jt_clear {
- clear: both;
- }
- .jtalkTool .jt_transcript,
- .jtalkTool .jt_workspace {
- width: 100%;
- height: 100%;
- }
- .jtalkTool .jt_commit {
- position: absolute;
- top: 110px;
- left: 0;
- font-size: 12px;
- }
- .jtalkTool .jt_column {
- width: 24%;
- padding: 0;
- margin: 0;
- float: left;
- border: 1px solid;
- border-color: #a8a8a8;
- height: 130px;
- overflow-y: scroll;
- background: white;
- position: absolute;
- top: 0;
- }
- .jtalkTool .jt_column.value {
- left: 25.2%;
- width: 74.8%;
- }
- .jtalkTool .jt_column.categories {
- left: 0%;
- height: 105px;
- }
- .jtalkTool .jt_column.classes {
- height: 105px;
- left: 25.2%
- }
- .jtalkTool .jt_column.protocols {
- left: 50.4%
- }
- .jtalkTool .jt_column.methods {
- left: 75.6%
- }
- .jtalkTool .jt_column li {
- list-style-type: none;
- padding-left: 5px;
- cursor: pointer;
- }
- .jtalkTool .jt_column li.selected {
- background: #e3e3e3;
- color: #222;
- }
- .jtalkTool .jt_column li:hover {
- background: #08c;
- color: white;
- }
- .jtalkTool .jt_tabs {
- top: 106px;
- position: absolute;
- left: 25.2%;
- padding: 0;
- margin: 0;
- }
- .jtalkTool .jt_tabs li {
- color: #8c8c8c;
- cursor: pointer;
- list-style-type: none;
- float: left;
- padding: 2px 4px;
- margin-right: 2px;
- background: #ccc;
- border: 1px solid #a8a8a8;
- -moz-border-radius-bottomleft: 8px;
- -moz-border-radius-bottomright: 8px;
- -webkit-border-bottom-left-radius: 8px;
- -webkit-border-bottom-right-radius: 8px;
- border-bottom-left-radius: 8px;
- border-bottom-right-radius: 8px;
- height: 20px;
- line-height: 18px;
- }
- .jtalkTool .jt_tabs li:hover {
- background: #08c;
- color: white;
- border-color: #08c;
- }
- .jtalkTool .jt_tabs li.selected,
- .jtalkTool .jt_tabs li.selected:hover {
- background: white;
- border: 1px solid #b3b3b3;
- border-top: 1px solid white;
- color: #222;
- }
- .jtalkTool .jt_sourceCode {
- position: absolute;
- top: 145px;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .jtalkTool .jt_sourceCode textarea.source {
- width: 100%;
- height: 100%;
- }
|