correction pages: register, myProfil-user, search, myPlaylists
This commit is contained in:
parent
91171a3765
commit
a8cbd4efb7
27 changed files with 278 additions and 352 deletions
|
|
@ -2,51 +2,46 @@
|
|||
background-color: white ;
|
||||
text-align: center;
|
||||
width: 35vw;
|
||||
height: 79vh;
|
||||
margin: 3vh 0vh 3vh 0vh;
|
||||
margin: 1vh 0vh 3vh 0vh;
|
||||
padding: 0px;
|
||||
border: solid 1px black;
|
||||
border: solid 2px black;
|
||||
}
|
||||
|
||||
// TopBorder --------------------------------------------------------
|
||||
|
||||
.topBorder {
|
||||
height: 4vh;
|
||||
margin: 0px 0px 0px 0px;
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
padding: 7px;
|
||||
display: inline-block;
|
||||
padding: 5px 0px 5px 5px;
|
||||
border-bottom: solid 1px black;
|
||||
}
|
||||
|
||||
.spanPlayListTitle {
|
||||
height: 100%;
|
||||
padding: 0px;
|
||||
font-size: x-large;
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Liste des videos ------------------------------------------------
|
||||
|
||||
.listVideoContainer {
|
||||
height: 73vh;
|
||||
height: 65vh;
|
||||
background-color: white;
|
||||
padding: 0px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.videoContainer {
|
||||
border-bottom: solid 2px black;
|
||||
border-bottom: solid 1px black;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
// BottomBorder --------------------------------------------------------
|
||||
|
||||
.bottomBorder {
|
||||
height: 2vh;
|
||||
margin: 0px 0px 0px 0px;
|
||||
background-color: #dcdcdc;
|
||||
border-top: solid 1px black;
|
||||
border-bottom: solid 1px black;
|
||||
font-size: large;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue