This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/ckeditor/plugins/linktonode/css/linktocontent.css

60 lines
No EOL
1.1 KiB
CSS

form { padding: 0; margin: 0; }
.panel_wrapper { display: none; }
/*
.panel_wrap {
border: 1px solid #919b9c;
border-top: 0;
padding: .5em 0;
margin: 0;
background: #fff;
float: left;
width: 100%;
}*/
.panel_wrap .panel { display: none; }
.panel_wrap .current { display: block; width: 100%; height: auto; }
label { margin-bottom: .5em; display: block; }
#form_browse { margin: 0 .5em; }
.mceActionPanel { float: left; margin: .5em 0 0 0; }
.panel_wrap .nodes { margin: 0 .5em; padding: 0; }
#nodelist
{
padding: 0;
height: 13.5em;
width: 96%;
overflow: auto;
border: #D5D59D;
}
th { font-size:11px; border-bottom: 1px solid #D5D59D; }
td { text-align: left; padding: .05em .5em .05em 0; white-space: nowrap; }
tr { cursor: pointer; }
tr.head { cursor: auto; }
td.nid { display: none; }
#statusImg
{
display: block;
position: absolute;
left: 15px;
top: 125px;
width: 90%;
font-size: 14px;
color: #333333;
width: auto;
padding-right: .5em;
line-height: 82px;
vertical-align: middle;
}
#statusImg img
{
margin: 36px 10px;
float: left;
}