Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Django constance - widok tabelki #11

Open
mik-laj opened this issue Jul 26, 2015 · 0 comments
Open

Django constance - widok tabelki #11

mik-laj opened this issue Jul 26, 2015 · 0 comments

Comments

@mik-laj
Copy link
Member

mik-laj commented Jul 26, 2015

Aktualnie strona nie potrafi wykorzystać powierzchni ekranu. Pole textarea jest strasznie małe, a jest tam najwięcej miejsca
pics related http://imgur.com/5JV2mrb?tags

Proponowany kod CSS, który poprawi poniżej.
Da to efekt: http://imgur.com/W2aWbYd

#result_list{
  table-layout: fixed;
}
#result_list > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1){
  width: 10%;
}
#result_list > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2){
  width: 30%;
}
#result_list > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3){
  width: 60%;
}
#result_list > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4){
  width: 20px;
}

#result_list > tbody:nth-child(2) > tr > td:nth-child(3)  textarea{
  width: 100%;
  height: 300px
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant