@namespace url(http://www.w3.org/1999/xhtml);

/*
userstyle *1 pro: cms2 'aladin'
(není vázáno na doménu; IDčka stačí :)
- zviditelní editační buttony položkám
  (ikonky možno zapnout odkomentovaním konce)
- roztáhne textareye jak se dá
*/

/*
 §1
 co je v rozbalovacím narvat staticky
*/
table#item.cms td:first-child {
 min-width: 280px;
}

table#item.cms td:first-child span ,
table#item.cms td:first-child span > a {
 display: block !important;
}

table#item.cms td:first-child ,
table#item.cms td:first-child span ,
table#item.cms td:first-child span > a ,
table#item.cms td:first-child div ,
table#item.cms td:first-child ul ,
table#item.cms td:first-child ul li a {
 min-height: 28px !important;
}

table#item.cms td:first-child:hover {
 background-color: #16526E !important;
}

table#item.cms td:first-child:hover li a ,
table#item.cms td:first-child:hover {
 color: #fff !important;
}

table#item.cms td:first-child:hover li a:hover ,
table#item.cms a:focus ,
table#item.cms a:active {
 background-color: #F26708 !important;
}

table#item.cms td:first-child ,
table#item.cms td:first-child * {
 margin: 0 !important;
 padding: 0 !important;
 display: block !important;
 background-image: none !important;
 background-repeat: no-repeat !important;
 border-top: none !important;
 border-right: none !important;
}

table#item.cms td:first-child * {
 background-color: transparent !important;
 border: none !important;
}

table#item.cms td:first-child ul {
 bottom: 0px !important;
 right: 0px !important;
 width: 80% !important;
}

table#item.cms td:first-child > a {
 display: inline !important;
}

table#item.cms td:first-child ul li a {
 width: 22px !important;
 float: right;
 overflow: hidden;
 color: #1B5070 !important;
 font-size: 9px;
 letter-spacing: -1px;
 line-height: 47px;
 text-indent: -1px !important;
 margin-left: 2px !important;
}


table#contentTable form table {
 width: 100%;
}
table#contentTable form textarea {
 width: 100%;
 max-height: 450px;
}
table#contentTable form textarea {
 font-family: "Courier new", monospace !important;
 font-size: 10pt !important;
}

/*
*1 :
WTF is userstyle?
 if you browser is capable to handle
 extra stylesheet asociated with certain
 URL pattern, try it.
 Mozilla: http://userstyles.org/stylish
 Opera: rightClick: Edit local settings
  > View > user style > choose (?)

probe:
 outline: 1px solid red !important;
*/


/*
 §2
 adjust edit buttons size?
*/ /*
 table#item.cms li.preview a {
  width: px !important;
 }
 table#item.cms li.edit a {
  width: px !important;
 }
table#item.cms li.delete ,
 table#item.cms li.delete a {
  width: 22px !important;
 }
*/

/*
 §3
 enable icons
 (may behave strange as userstyle)
*/ /* */
 table#item.cms li.preview a {
  background-image: url(http://cms2.ceskyweb.com/cms2ViewWeb/images/mini_preview.gif) !important;
 }
 table#item.cms li.edit a {
  background-image: url(http://cms2.ceskyweb.com/cms2ViewWeb/images/mini_editace.gif) !important;
 }
 table#item.cms li.delete a {
  background-image: url(http://cms2.ceskyweb.com/cms2ViewWeb/images/mini_smazat.gif) !important;
 }


/*
 hide some NON HTML preview icons
*/ /*
 table#item.cms li.preview a:not([href$=html]) {
  display: none !important;
 }
*/

/*
 hide edits icons ither than given language
 2 = CZ
 3 = EN
*/ /*
 table#item.cms li.edit a:not([href$="3"]) {
  display: none !important;
 }
*/

