mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add dijit/dojo stuff; initial ui mockup
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
|
||||
.nihilo .dijitSplitContainerSizerH {
|
||||
background:url("../images/splitContainerSizerV.png") repeat-y #fff;
|
||||
border:0;
|
||||
border-left:0px solid #d3d3d3;
|
||||
border-right:0px solid #d3d3d3;
|
||||
width:5px;
|
||||
}
|
||||
.nihilo .dijitSplitContainerSizerH .thumb {
|
||||
background:url("../images/splitContainerSizerV-thumb.png") no-repeat;
|
||||
left:1px;
|
||||
width:2px;
|
||||
height:19px;
|
||||
}
|
||||
.nihilo .dijitSplitContainerSizerV {
|
||||
background:url("../images/splitContainerSizerH.png") repeat-x #fff;
|
||||
border:0;
|
||||
border-top:0px solid #d3d3d3;
|
||||
border-bottom:0px solid #d3d3d3;
|
||||
height:2px;
|
||||
}
|
||||
.nihilo .dijitSplitContainerSizerV .thumb {
|
||||
background:url("../images/splitContainerSizerH-thumb.png") no-repeat;
|
||||
top:1px;
|
||||
width:19px;
|
||||
height:5px;
|
||||
}
|
||||
Reference in New Issue
Block a user