--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Title: DIV with full screen height
Here you can add Requirement/Specification of element topbar.
Lorem ipsum dolor sit amet, sapien eatiam,nunc amet dolor ac odo mauris justo.
|
<style type="text/css">
.Fullscreen
{
position:absolute;
width: 100%;
height: 100%;
border: solid 1px;
background-color:white;
}
.Left
{
width : 25%;
height: 100%;
float: left;
border: solid 1px;
background-color:white;
}
.Right
{
width : 75%;
height: 15%;
border: solid 1px;
margin-left: 342px;
margin-top: 5px;
background-color:white;
}
.Lable1
{
margin-top: 20px;
margin-left: 350px;
}
.Lable2
{
margin-top: 15px;
margin-left: 350px;
height: 200px;
width: 240px;
background-color : rgb(0, 255, 1);
}
.Button
{
margin-top: 50px;
float: right;
margin-right:10px;
}
</style>div[data-angular-treeview] {
/* prevent user selection */
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
/* default */
font-family: Tahoma;
font-size:13px;
color: #555;
text-decoration: none;
}
div[data-tree-model] ul {
margin: 0;
padding: 0;
list-style: none;
border: none;
overflow: hidden;
}
div[data-tree-model] li {
position: relative;
padding: 0 0 0 20px;
line-height: 20px;
}
div[data-tree-model] li .expanded {
padding: 1px 10px;
background-image: url("http://cfile23.uf.tistory.com/image/205B973A50C13F4B19D9BD");
background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed {
padding: 1px 10px;
background-image: url("http://cfile23.uf.tistory.com/image/1459193A50C13F4B1B05FB");
background-repeat: no-repeat;
}
div[data-tree-model] li .normal {
padding: 1px 10px;
background-image: url("http://cfile23.uf.tistory.com/image/165B663A50C13F4B196CCA");
background-repeat: no-repeat;
}
div[data-tree-model] li i, div[data-tree-model] li span {
cursor: pointer;
}
div[data-tree-model] li .selected {
background-color: #aaddff;
font-weight: bold;
padding: 1px 5px;
}