Git Product home page Git Product logo

Comments (27)

ctrager avatar ctrager commented on July 20, 2024

@ivangrek - If you are interesed in more work, this is my top priority. My css positioning skills are really really bad. I do a lot of trial and error and I really don't have a grasp of the fundamentals.

from budoco.

 avatar commented on July 20, 2024

Most likely, a table tag will not work as a basis.

from budoco.

ctrager avatar ctrager commented on July 20, 2024

FOR SURE a table tag won't work.

from budoco.

 avatar commented on July 20, 2024

I understand correctly, you want to change the order and arrangement of elements?

from budoco.

 avatar commented on July 20, 2024

[element 1] [element 5]
[element 2] [element 6]
[element 3] [element 7]
[element 4] [element 8]

to

[element 8] [element 4]
[element 7] [element 3]
[element 6] [element 2]
[element 5] [element 1]

or some randomly.

from budoco.

ctrager avatar ctrager commented on July 20, 2024

No, I want it to look like the way it looks now, or pretty close to it. But I want that look controlled by css in budoco.css, not by a table tag in the .cshtml file.

And I want a demo of how to change to positing in custom_css_example.css

from budoco.

 avatar commented on July 20, 2024

First we need to use reset.css and reset browser default styles.
Prepare the canvas so to speak.

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

from budoco.

 avatar commented on July 20, 2024

Using variables for the same values.
https://developer.mozilla.org/en-US/docs/Web/CSS/var()

from budoco.

ctrager avatar ctrager commented on July 20, 2024

Feel free to do all the smart best practice stuff while also making it not too hard for me to review/accept the pull request. So hopefully only changes to budoco.css related to issue.cshtml, custom_css_example.css, and issue.cshtml.

from budoco.

 avatar commented on July 20, 2024

👍

from budoco.

 avatar commented on July 20, 2024

Didn't you consider this option?
https://getbootstrap.com/

from budoco.

ctrager avatar ctrager commented on July 20, 2024

I'm not trying to redesign the whole site.
I'm not trying to make it work with mobile.
I just want to have a solution for that specific section of the issue page.

from budoco.

ctrager avatar ctrager commented on July 20, 2024

fyi: https://budoco.net/About

from budoco.

 avatar commented on July 20, 2024

👍

from budoco.

 avatar commented on July 20, 2024

Made some improvements. Added variables. Please look at what else to look for? That would not block css.

from budoco.

 avatar commented on July 20, 2024

Only this section?

image

from budoco.

ctrager avatar ctrager commented on July 20, 2024

This issue is only about the section below the Details textarea and above the button. Just the dropdowns. I want the css to control whether to display them in one column or two and what order.

from budoco.

ctrager avatar ctrager commented on July 20, 2024

I think i found a solution

from budoco.

 avatar commented on July 20, 2024

👍

from budoco.

ctrager avatar ctrager commented on July 20, 2024

https://jsfiddle.net/ctrager/qLj1kcm7/32/

from budoco.

ctrager avatar ctrager commented on July 20, 2024

That fiddle does exactly what I want. I originally assigned this to you because like the postgres full text search, I was really stuck and frustrated. Now, though, I know exactly what to do. If you don't want to work on this, that's okay, or if you want to complete it, that's okay too.

from budoco.

ctrager avatar ctrager commented on July 20, 2024

This would be more fun to work on: #31
Want it?

from budoco.

 avatar commented on July 20, 2024

I have an idea to use "display: flex;".
But not sure if this will cover all the options you want.

from budoco.

ctrager avatar ctrager commented on July 20, 2024

I had already tried flex. This grid thing seems to work better. What do you think about you stopping working on this one and working on #31 instead?

from budoco.

 avatar commented on July 20, 2024

I will switch because I do not see the end goal.

from budoco.

ctrager avatar ctrager commented on July 20, 2024

Done (using display: grid)

from budoco.

 avatar commented on July 20, 2024

👍

from budoco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.